#40906C

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

Shades of Viridian #40906C

Tints of Viridian #40906C

Color information

#40906C (or 0x40906C) is unknown color: approx Viridian. HEX triplet: 40, 90 and 6C. RGB value is (64,144,108). Sum of RGB (Red+Green+Blue) = 64+144+108=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #40906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40906C is #BF6F93. Grayscale: #747474. Windows color (decimal): -12545940 or 7114816. OLE color: 7114816.

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

Color convert

RGB64144108-
CMYK0.5600.250.44
HSL153º38.46%40.78%-
HSV(B)153º55.56%56.47%-
XYZ14.7922.1217.68-
YUV115.98123.590.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 144 (56.64% from 255) = 45.57%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=20.25%
G=45.57%
B=34.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641441080.5600.250.4415338.4640.78
Hex40906C380192C992629
Octal10022015470031542314651
Binary100000010010000110110011100001100110110010011001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40906C; }

 p { color: rgb(64,144,108); }

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

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

 a { background-color: rgb(64,144,108); }

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

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

 span { border-color: rgb(64,144,108); }

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