Html Css Color HEX #408770 Viridian

📋 copy color: '#408770'

red 64 ◦ green 135 ◦ blue 112

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

Shades of Viridian #408770

Tints of Viridian #408770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.41%

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

R = 20.58%
G = 43.41%
B = 36.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#408770 (or 0x408770) is known color: Viridian. HEX triplet: 40, 87 and 70. RGB value is (64,135,112). Sum of RGB (Red+Green+Blue) = 64+135+112=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #408770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408770 is #BF788F. Grayscale: #6F6F6F. Windows color (decimal): -12548240 or 7374656. OLE color: 7374656.

HSL color Cylindrical-coordinate representation of color #408770: hue angle of 160.56º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408770 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 135 112 -
CMYK 0.53 0 0.17 0.47
HSL 160.56º 0.36% 0.39% -
HSV(B) 160.56º 0.53% 0.53% -
XYZ 13.7 19.59 18.39 -
YUV 111.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 64 135 112 0.53 0 0.17 0.47 160.56 0.36 0.39
Hex 40 87 70 35 0 11 2F A1 24 27
Octal 100 207 160 65 0 21 57 241 44 47
Binary 1000000 10000111 1110000 110101 0 10001 101111 10100001 100100 100111

Color Harmonies of #408770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408770

Black with #408770

Text Example


Text Example

White with #408770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408770; }

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

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

background-color css

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

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

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

border-color css

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

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

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