#309072

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

Shades of Viridian #309072

Tints of Viridian #309072

Color information

#309072 (or 0x309072) is unknown color: approx Viridian. HEX triplet: 30, 90 and 72. RGB value is (48,144,114). Sum of RGB (Red+Green+Blue) = 48+144+114=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #309072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309072 is #CF6F8D. Grayscale: #6F6F6F. Windows color (decimal): -13594510 or 7508016. OLE color: 7508016.

HSL color Cylindrical-coordinate representation of color #309072: hue angle of 161.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309072 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB48144114-
CMYK0.6700.210.44
HSL161.25º50%37.65%-
HSV(B)161.25º66.67%56.47%-
XYZ14.2321.7919.38-
YUV111.88129.282.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=15.69%
G=47.06%
B=37.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481441140.6700.210.44161.255037.65
Hex309072430152Ca13226
Octal60220162103025542416246
Binary110000100100001110010100001101010110110010100001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309072; }

 p { color: rgb(48,144,114); }

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

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

 a { background-color: rgb(48,144,114); }

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

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

 span { border-color: rgb(48,144,114); }

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