Html Css Color HEX #408562 Viridian

📋 copy color: '#408562'

red 64 ◦ green 133 ◦ blue 98

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

Shades of Viridian #408562

Tints of Viridian #408562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

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

R = 21.69%
G = 45.08%
B = 33.22%

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

#408562 (or 0x408562) is known color: Viridian. HEX triplet: 40, 85 and 62. RGB value is (64,133,98). Sum of RGB (Red+Green+Blue) = 64+133+98=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #408562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408562 is #BF7A9D. Grayscale: #6C6C6C. Windows color (decimal): -12548766 or 6456640. OLE color: 6456640.

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

Color convert

RGB 64 133 98 -
CMYK 0.52 0 0.26 0.48
HSL 149.57º 0.35% 0.39% -
HSV(B) 149.57º 0.52% 0.52% -
XYZ 12.71 18.75 14.5 -
YUV 108.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 64 133 98 0.52 0 0.26 0.48 149.57 0.35 0.39
Hex 40 85 62 34 0 1A 30 96 23 27
Octal 100 205 142 64 0 32 60 226 43 47
Binary 1000000 10000101 1100010 110100 0 11010 110000 10010110 100011 100111

Color Harmonies of #408562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408562

Black with #408562

Text Example


Text Example

White with #408562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408562; }

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

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

background-color css

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

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

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

border-color css

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

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

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