Html Css Color HEX #408462 Viridian

📋 copy color: '#408462'

red 64 ◦ green 132 ◦ blue 98

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

Shades of Viridian #408462

Tints of Viridian #408462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.9%

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

R = 21.77%
G = 44.9%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#408462 (or 0x408462) is known color: Viridian. HEX triplet: 40, 84 and 62. RGB value is (64,132,98). Sum of RGB (Red+Green+Blue) = 64+132+98=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #408462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408462 is #BF7B9D. Grayscale: #6B6B6B. Windows color (decimal): -12549022 or 6456384. OLE color: 6456384.

HSL color Cylindrical-coordinate representation of color #408462: hue angle of 150º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408462 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 98 -
CMYK 0.52 0 0.26 0.48
HSL 150º 0.35% 0.38% -
HSV(B) 150º 0.52% 0.52% -
XYZ 12.57 18.47 14.46 -
YUV 107.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 64 132 98 0.52 0 0.26 0.48 150 0.35 0.38
Hex 40 84 62 34 0 1A 30 96 23 26
Octal 100 204 142 64 0 32 60 226 43 46
Binary 1000000 10000100 1100010 110100 0 11010 110000 10010110 100011 100110

Color Harmonies of #408462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408462

Black with #408462

Text Example


Text Example

White with #408462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408462; }

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

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

background-color css

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

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

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

border-color css

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

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

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