Html Css Color HEX #408262 Viridian

📋 copy color: '#408262'

red 64 ◦ green 130 ◦ blue 98

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

Shades of Viridian #408262

Tints of Viridian #408262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.56%

R = 21.92%
G = 44.52%
B = 33.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#408262 (or 0x408262) is known color: Viridian. HEX triplet: 40, 82 and 62. RGB value is (64,130,98). Sum of RGB (Red+Green+Blue) = 64+130+98=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #408262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408262 is #BF7D9D. Grayscale: #6A6A6A. Windows color (decimal): -12549534 or 6455872. OLE color: 6455872.

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

Color convert

RGB 64 130 98 -
CMYK 0.51 0 0.25 0.49
HSL 150.91º 0.34% 0.38% -
HSV(B) 150.91º 0.51% 0.51% -
XYZ 12.3 17.94 14.37 -
YUV 106.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 64 130 98 0.51 0 0.25 0.49 150.91 0.34 0.38
Hex 40 82 62 33 0 19 31 97 22 26
Octal 100 202 142 63 0 31 61 227 42 46
Binary 1000000 10000010 1100010 110011 0 11001 110001 10010111 100010 100110

Color Harmonies of #408262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408262

Black with #408262

Text Example


Text Example

White with #408262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408262; }

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

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

background-color css

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

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

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

border-color css

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

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

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