#418969

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

Shades of Viridian #418969

Tints of Viridian #418969

Color information

#418969 (or 0x418969) is unknown color: approx Viridian. HEX triplet: 41, 89 and 69. RGB value is (65,137,105). Sum of RGB (Red+Green+Blue) = 65+137+105=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #418969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418969 is #BE7696. Grayscale: #6F6F6F. Windows color (decimal): -12482199 or 6916417. OLE color: 6916417.

HSL color Cylindrical-coordinate representation of color #418969: hue angle of 153.33º 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 #418969 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB65137105-
CMYK0.5300.230.46
HSL153.33º35.64%39.61%-
HSV(B)153.33º52.55%53.73%-
XYZ13.6820.0416.51-
YUV111.82124.1594.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=21.17%
G=44.63%
B=34.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651371050.5300.230.46153.3335.6439.61
Hex418969350172E992428
Octal10121115165027562314450
Binary100000110001001110100111010101011110111010011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418969; }

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

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

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

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

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

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

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

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