Html Css Color HEX #408574 Viridian

📋 copy color: '#408574'

red 64 ◦ green 133 ◦ blue 116

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

Shades of Viridian #408574

Tints of Viridian #408574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.49%

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

R = 20.45%
G = 42.49%
B = 37.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#408574 (or 0x408574) is known color: Viridian. HEX triplet: 40, 85 and 74. RGB value is (64,133,116). Sum of RGB (Red+Green+Blue) = 64+133+116=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #408574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408574 is #BF7A8B. Grayscale: #6E6E6E. Windows color (decimal): -12548748 or 7636288. OLE color: 7636288.

HSL color Cylindrical-coordinate representation of color #408574: hue angle of 165.22º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408574 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 116 -
CMYK 0.52 0 0.13 0.48
HSL 165.22º 0.35% 0.39% -
HSV(B) 165.22º 0.52% 0.52% -
XYZ 13.65 19.13 19.5 -
YUV 110.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 64 133 116 0.52 0 0.13 0.48 165.22 0.35 0.39
Hex 40 85 74 34 0 D 30 A5 23 27
Octal 100 205 164 64 0 15 60 245 43 47
Binary 1000000 10000101 1110100 110100 0 1101 110000 10100101 100011 100111

Color Harmonies of #408574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408574

Black with #408574

Text Example


Text Example

White with #408574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408574; }

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

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

background-color css

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

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

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

border-color css

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

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

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