Html Css Color HEX #408865 Viridian

📋 copy color: '#408865'

red 64 ◦ green 136 ◦ blue 101

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

Shades of Viridian #408865

Tints of Viridian #408865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.18%

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 21.26%
G = 45.18%
B = 33.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#408865 (or 0x408865) is known color: Viridian. HEX triplet: 40, 88 and 65. RGB value is (64,136,101). Sum of RGB (Red+Green+Blue) = 64+136+101=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #408865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408865 is #BF779A. Grayscale: #6E6E6E. Windows color (decimal): -12547995 or 6654016. OLE color: 6654016.

HSL color Cylindrical-coordinate representation of color #408865: hue angle of 150.83º 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 #408865 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 136 101 -
CMYK 0.53 0 0.26 0.47
HSL 150.83º 0.36% 0.39% -
HSV(B) 150.83º 0.53% 0.53% -
XYZ 13.27 19.64 15.4 -
YUV 110.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 64 136 101 0.53 0 0.26 0.47 150.83 0.36 0.39
Hex 40 88 65 35 0 1A 2F 97 24 27
Octal 100 210 145 65 0 32 57 227 44 47
Binary 1000000 10001000 1100101 110101 0 11010 101111 10010111 100100 100111

Color Harmonies of #408865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408865

Black with #408865

Text Example


Text Example

White with #408865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408865; }

 p { color: rgb(64,136,101); }

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

background-color css

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

 a { background-color: rgb(64,136,101); }

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

border-color css

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

 span { border-color: rgb(64,136,101); }

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