Html Css Color HEX #409574 Viridian

📋 copy color: '#409574'

red 64 ◦ green 149 ◦ blue 116

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

Shades of Viridian #409574

Tints of Viridian #409574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.29%

 BLUE value IS 116 (45.7% from 255) = 35.26%

R = 19.45%
G = 45.29%
B = 35.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#409574 (or 0x409574) is known color: Viridian. HEX triplet: 40, 95 and 74. RGB value is (64,149,116). Sum of RGB (Red+Green+Blue) = 64+149+116=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #409574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409574 is #BF6A8B. Grayscale: #777777. Windows color (decimal): -12544652 or 7640384. OLE color: 7640384.

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

Color convert

RGB 64 149 116 -
CMYK 0.57 0 0.22 0.42
HSL 156.71º 0.4% 0.42% -
HSV(B) 156.71º 0.57% 0.58% -
XYZ 16.01 23.85 20.28 -
YUV 119.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 64 149 116 0.57 0 0.22 0.42 156.71 0.4 0.42
Hex 40 95 74 39 0 16 2A 9D 28 2A
Octal 100 225 164 71 0 26 52 235 50 52
Binary 1000000 10010101 1110100 111001 0 10110 101010 10011101 101000 101010

Color Harmonies of #409574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409574

Black with #409574

Text Example


Text Example

White with #409574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409574; }

 p { color: rgb(64,149,116); }

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

background-color css

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

 a { background-color: rgb(64,149,116); }

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

border-color css

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

 span { border-color: rgb(64,149,116); }

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