Html Css Color HEX #408863 Viridian

📋 copy color: '#408863'

red 64 ◦ green 136 ◦ blue 99

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

Shades of Viridian #408863

Tints of Viridian #408863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 21.4%
G = 45.48%
B = 33.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#408863 (or 0x408863) is known color: Viridian. HEX triplet: 40, 88 and 63. RGB value is (64,136,99). Sum of RGB (Red+Green+Blue) = 64+136+99=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #408863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408863 is #BF779C. Grayscale: #6E6E6E. Windows color (decimal): -12547997 or 6522944. OLE color: 6522944.

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

Color convert

RGB 64 136 99 -
CMYK 0.53 0 0.27 0.47
HSL 149.17º 0.36% 0.39% -
HSV(B) 149.17º 0.53% 0.53% -
XYZ 13.17 19.6 14.89 -
YUV 110.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 64 136 99 0.53 0 0.27 0.47 149.17 0.36 0.39
Hex 40 88 63 35 0 1B 2F 95 24 27
Octal 100 210 143 65 0 33 57 225 44 47
Binary 1000000 10001000 1100011 110101 0 11011 101111 10010101 100100 100111

Color Harmonies of #408863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408863

Black with #408863

Text Example


Text Example

White with #408863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408863; }

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

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

background-color css

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

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

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

border-color css

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

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

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