Html Css Color HEX #409477 Viridian

📋 copy color: '#409477'

red 64 ◦ green 148 ◦ blue 119

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

Shades of Viridian #409477

Tints of Viridian #409477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.71%

 BLUE value IS 119 (46.88% from 255) = 35.95%

R = 19.34%
G = 44.71%
B = 35.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#409477 (or 0x409477) is known color: Viridian. HEX triplet: 40, 94 and 77. RGB value is (64,148,119). Sum of RGB (Red+Green+Blue) = 64+148+119=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #409477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409477 is #BF6B88. Grayscale: #777777. Windows color (decimal): -12544905 or 7836736. OLE color: 7836736.

HSL color Cylindrical-coordinate representation of color #409477: hue angle of 159.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409477 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 148 119 -
CMYK 0.57 0 0.20 0.42
HSL 159.29º 0.4% 0.42% -
HSV(B) 159.29º 0.57% 0.58% -
XYZ 16.03 23.6 21.16 -
YUV 119.58 127.67 88.36 -
System Red Green Blue C M Y K H S L
Decimal 64 148 119 0.57 0 0.20 0.42 159.29 0.4 0.42
Hex 40 94 77 39 0 14 2A 9F 28 2A
Octal 100 224 167 71 0 24 52 237 50 52
Binary 1000000 10010100 1110111 111001 0 10100 101010 10011111 101000 101010

Color Harmonies of #409477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409477

Black with #409477

Text Example


Text Example

White with #409477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409477; }

 p { color: rgb(64,148,119); }

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

background-color css

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

 a { background-color: rgb(64,148,119); }

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

border-color css

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

 span { border-color: rgb(64,148,119); }

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