Html Css Color HEX #408271 Viridian

📋 copy color: '#408271'

red 64 ◦ green 130 ◦ blue 113

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

Shades of Viridian #408271

Tints of Viridian #408271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

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

R = 20.85%
G = 42.35%
B = 36.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#408271 (or 0x408271) is known color: Viridian. HEX triplet: 40, 82 and 71. RGB value is (64,130,113). Sum of RGB (Red+Green+Blue) = 64+130+113=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #408271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408271 is #BF7D8E. Grayscale: #6C6C6C. Windows color (decimal): -12549519 or 7438912. OLE color: 7438912.

HSL color Cylindrical-coordinate representation of color #408271: hue angle of 164.55º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408271 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 113 -
CMYK 0.51 0 0.13 0.49
HSL 164.55º 0.34% 0.38% -
HSV(B) 164.55º 0.51% 0.51% -
XYZ 13.08 18.25 18.46 -
YUV 108.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 64 130 113 0.51 0 0.13 0.49 164.55 0.34 0.38
Hex 40 82 71 33 0 D 31 A5 22 26
Octal 100 202 161 63 0 15 61 245 42 46
Binary 1000000 10000010 1110001 110011 0 1101 110001 10100101 100010 100110

Color Harmonies of #408271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408271

Black with #408271

Text Example


Text Example

White with #408271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408271; }

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

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

background-color css

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

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

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

border-color css

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

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

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