#309073

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

Shades of Viridian #309073

Tints of Viridian #309073

Color information

#309073 (or 0x309073) is unknown color: approx Viridian. HEX triplet: 30, 90 and 73. RGB value is (48,144,115). Sum of RGB (Red+Green+Blue) = 48+144+115=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #309073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309073 is #CF6F8C. Grayscale: #707070. Windows color (decimal): -13594509 or 7573552. OLE color: 7573552.

HSL color Cylindrical-coordinate representation of color #309073: hue angle of 161.88º 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 #309073 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB48144115-
CMYK0.6700.200.44
HSL161.88º50%37.65%-
HSV(B)161.88º66.67%56.47%-
XYZ14.2921.8119.68-
YUV111.99129.782.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 144 (56.64% from 255) = 46.91%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=15.64%
G=46.91%
B=37.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481441150.6700.200.44161.885037.65
Hex309073430142Ca23226
Octal60220163103024542426246
Binary110000100100001110011100001101010010110010100010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309073; }

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

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

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

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

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

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

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

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