Html Css Color HEX #408766 Viridian

📋 copy color: '#408766'

red 64 ◦ green 135 ◦ blue 102

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

Shades of Viridian #408766

Tints of Viridian #408766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 21.26%
G = 44.85%
B = 33.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#408766 (or 0x408766) is known color: Viridian. HEX triplet: 40, 87 and 66. RGB value is (64,135,102). Sum of RGB (Red+Green+Blue) = 64+135+102=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #408766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408766 is #BF7899. Grayscale: #6E6E6E. Windows color (decimal): -12548250 or 6719296. OLE color: 6719296.

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

Color convert

RGB 64 135 102 -
CMYK 0.53 0 0.24 0.47
HSL 152.11º 0.36% 0.39% -
HSV(B) 152.11º 0.53% 0.53% -
XYZ 13.18 19.38 15.62 -
YUV 110.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 64 135 102 0.53 0 0.24 0.47 152.11 0.36 0.39
Hex 40 87 66 35 0 18 2F 98 24 27
Octal 100 207 146 65 0 30 57 230 44 47
Binary 1000000 10000111 1100110 110101 0 11000 101111 10011000 100100 100111

Color Harmonies of #408766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408766

Black with #408766

Text Example


Text Example

White with #408766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408766; }

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

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

background-color css

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

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

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

border-color css

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

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

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