Html Css Color HEX #408570 Viridian

📋 copy color: '#408570'

red 64 ◦ green 133 ◦ blue 112

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

Shades of Viridian #408570

Tints of Viridian #408570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 20.71%
G = 43.04%
B = 36.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#408570 (or 0x408570) is known color: Viridian. HEX triplet: 40, 85 and 70. RGB value is (64,133,112). Sum of RGB (Red+Green+Blue) = 64+133+112=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #408570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408570 is #BF7A8F. Grayscale: #6D6D6D. Windows color (decimal): -12548752 or 7374144. OLE color: 7374144.

HSL color Cylindrical-coordinate representation of color #408570: hue angle of 161.74º 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 #408570 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 112 -
CMYK 0.52 0 0.16 0.48
HSL 161.74º 0.35% 0.39% -
HSV(B) 161.74º 0.52% 0.52% -
XYZ 13.43 19.03 18.3 -
YUV 109.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 64 133 112 0.52 0 0.16 0.48 161.74 0.35 0.39
Hex 40 85 70 34 0 10 30 A2 23 27
Octal 100 205 160 64 0 20 60 242 43 47
Binary 1000000 10000101 1110000 110100 0 10000 110000 10100010 100011 100111

Color Harmonies of #408570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408570

Black with #408570

Text Example


Text Example

White with #408570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408570; }

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

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

background-color css

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

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

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

border-color css

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

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

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