Html Css Color HEX #408671 Viridian

📋 copy color: '#408671'

red 64 ◦ green 134 ◦ blue 113

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

Shades of Viridian #408671

Tints of Viridian #408671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.09%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 20.58%
G = 43.09%
B = 36.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#408671 (or 0x408671) is known color: Viridian. HEX triplet: 40, 86 and 71. RGB value is (64,134,113). Sum of RGB (Red+Green+Blue) = 64+134+113=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #408671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408671 is #BF798E. Grayscale: #6E6E6E. Windows color (decimal): -12548495 or 7439936. OLE color: 7439936.

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

Color convert

RGB 64 134 113 -
CMYK 0.52 0 0.16 0.47
HSL 162º 0.35% 0.39% -
HSV(B) 162º 0.52% 0.53% -
XYZ 13.62 19.33 18.64 -
YUV 110.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 64 134 113 0.52 0 0.16 0.47 162 0.35 0.39
Hex 40 86 71 34 0 10 2F A2 23 27
Octal 100 206 161 64 0 20 57 242 43 47
Binary 1000000 10000110 1110001 110100 0 10000 101111 10100010 100011 100111

Color Harmonies of #408671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408671

Black with #408671

Text Example


Text Example

White with #408671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408671; }

 p { color: rgb(64,134,113); }

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

background-color css

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

 a { background-color: rgb(64,134,113); }

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

border-color css

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

 span { border-color: rgb(64,134,113); }

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