#309271

Color #309271 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #309271

Tints of Viridian #309271

Color information

#309271 (or 0x309271) is unknown color: approx Viridian. HEX triplet: 30, 92 and 71. RGB value is (48,146,113). Sum of RGB (Red+Green+Blue) = 48+146+113=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #309271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309271 is #CF6D8E. Grayscale: #707070. Windows color (decimal): -13593999 or 7442992. OLE color: 7442992.

HSL color Cylindrical-coordinate representation of color #309271: hue angle of 159.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309271 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB48146113-
CMYK0.6700.230.43
HSL159.8º50.52%38.04%-
HSV(B)159.8º67.12%57.25%-
XYZ14.4822.3819.18-
YUV112.94128.0381.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=15.64%
G=47.56%
B=36.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461130.6700.230.43159.850.5238.04
Hex309271430172Ba03326
Octal60222161103027532406346
Binary110000100100101110001100001101011110101110100000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309271; }

 p { color: rgb(48,146,113); }

 H1.HeaderClassName
 {
   color: #309271;
 }
 .AnyTagClassName
 {
   color: #309271;
 }
</style>
background-color css

<style>
 a { background-color: #309271; }

 a { background-color: rgb(48,146,113); }

 div.DivClassName
 {
   background-color: #309271;
 }
 .BgClassName
 {
   background-color: #309271;
 }
</style>
border-color css

<style>
 span { border-color: #309271; }

 span { border-color: rgb(48,146,113); }

 td.TdClassName
 {
   border-color: #309271;
 }
 .TagClassName
 {
   border-color: #309271;
 }
</style>