Html Css Color HEX #408269 Viridian

📋 copy color: '#408269'

red 64 ◦ green 130 ◦ blue 105

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

Shades of Viridian #408269

Tints of Viridian #408269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 21.4%
G = 43.48%
B = 35.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#408269 (or 0x408269) is known color: Viridian. HEX triplet: 40, 82 and 69. RGB value is (64,130,105). Sum of RGB (Red+Green+Blue) = 64+130+105=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #408269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408269 is #BF7D96. Grayscale: #6B6B6B. Windows color (decimal): -12549527 or 6914624. OLE color: 6914624.

HSL color Cylindrical-coordinate representation of color #408269: hue angle of 157.27º 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 #408269 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 105 -
CMYK 0.51 0 0.19 0.49
HSL 157.27º 0.34% 0.38% -
HSV(B) 157.27º 0.51% 0.51% -
XYZ 12.65 18.08 16.19 -
YUV 107.42 126.63 97.03 -
System Red Green Blue C M Y K H S L
Decimal 64 130 105 0.51 0 0.19 0.49 157.27 0.34 0.38
Hex 40 82 69 33 0 13 31 9D 22 26
Octal 100 202 151 63 0 23 61 235 42 46
Binary 1000000 10000010 1101001 110011 0 10011 110001 10011101 100010 100110

Color Harmonies of #408269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408269

Black with #408269

Text Example


Text Example

White with #408269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408269; }

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

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

background-color css

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

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

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

border-color css

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

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

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