Html Css Color HEX #409076 Viridian

📋 copy color: '#409076'

red 64 ◦ green 144 ◦ blue 118

#409076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #409076

Tints of Viridian #409076

RGB

 RED value IS 64 (25.39% from 255) = 19.63%

 GREEN value IS 144 (56.64% from 255) = 44.17%

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 19.63%
G = 44.17%
B = 36.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#409076 (or 0x409076) is known color: Viridian. HEX triplet: 40, 90 and 76. RGB value is (64,144,118). Sum of RGB (Red+Green+Blue) = 64+144+118=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #409076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409076 is #BF6F89. Grayscale: #757575. Windows color (decimal): -12545930 or 7770176. OLE color: 7770176.

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

Color convert

RGB 64 144 118 -
CMYK 0.56 0 0.18 0.44
HSL 160.5º 0.38% 0.41% -
HSV(B) 160.5º 0.56% 0.56% -
XYZ 15.36 22.34 20.64 -
YUV 117.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 64 144 118 0.56 0 0.18 0.44 160.5 0.38 0.41
Hex 40 90 76 38 0 12 2C A0 26 29
Octal 100 220 166 70 0 22 54 240 46 51
Binary 1000000 10010000 1110110 111000 0 10010 101100 10100000 100110 101001

Color Harmonies of #409076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409076

Black with #409076

Text Example


Text Example

White with #409076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409076; }

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

 H1.HeaderClassName
 {
   color: #409076;
 }
 .AnyTagClassName
 {
   color: #409076;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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