#418973

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

Shades of Viridian #418973

Tints of Viridian #418973

Color information

#418973 (or 0x418973) is unknown color: approx Viridian. HEX triplet: 41, 89 and 73. RGB value is (65,137,115). Sum of RGB (Red+Green+Blue) = 65+137+115=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #418973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418973 is #BE768C. Grayscale: #707070. Windows color (decimal): -12482189 or 7571777. OLE color: 7571777.

HSL color Cylindrical-coordinate representation of color #418973: hue angle of 161.67º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418973 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB65137115-
CMYK0.5300.160.46
HSL161.67º35.64%39.61%-
HSV(B)161.67º52.55%53.73%-
XYZ14.2220.2519.38-
YUV112.96129.1593.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=20.50%
G=43.22%
B=36.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651371150.5300.160.46161.6735.6439.61
Hex418973350102Ea22428
Octal10121116365020562424450
Binary100000110001001111001111010101000010111010100010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418973; }

 p { color: rgb(65,137,115); }

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

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

 a { background-color: rgb(65,137,115); }

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

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

 span { border-color: rgb(65,137,115); }

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