Html Css Color HEX #409476 Viridian

📋 copy color: '#409476'

red 64 ◦ green 148 ◦ blue 118

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

Shades of Viridian #409476

Tints of Viridian #409476

RGB

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

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

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

R = 19.39%
G = 44.85%
B = 35.76%

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

#409476 (or 0x409476) is known color: Viridian. HEX triplet: 40, 94 and 76. RGB value is (64,148,118). Sum of RGB (Red+Green+Blue) = 64+148+118=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #409476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409476 is #BF6B89. Grayscale: #777777. Windows color (decimal): -12544906 or 7771200. OLE color: 7771200.

HSL color Cylindrical-coordinate representation of color #409476: hue angle of 158.57º 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 #409476 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 148 118 -
CMYK 0.57 0 0.20 0.42
HSL 158.57º 0.4% 0.42% -
HSV(B) 158.57º 0.57% 0.58% -
XYZ 15.97 23.58 20.85 -
YUV 119.46 127.17 88.44 -
System Red Green Blue C M Y K H S L
Decimal 64 148 118 0.57 0 0.20 0.42 158.57 0.4 0.42
Hex 40 94 76 39 0 14 2A 9F 28 2A
Octal 100 224 166 71 0 24 52 237 50 52
Binary 1000000 10010100 1110110 111001 0 10100 101010 10011111 101000 101010

Color Harmonies of #409476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409476

Black with #409476

Text Example


Text Example

White with #409476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409476; }

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

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

background-color css

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

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

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

border-color css

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

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

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