Html Css Color HEX #408463 Viridian

📋 copy color: '#408463'

red 64 ◦ green 132 ◦ blue 99

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

Shades of Viridian #408463

Tints of Viridian #408463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 21.69%
G = 44.75%
B = 33.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#408463 (or 0x408463) is known color: Viridian. HEX triplet: 40, 84 and 63. RGB value is (64,132,99). Sum of RGB (Red+Green+Blue) = 64+132+99=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #408463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408463 is #BF7B9C. Grayscale: #6B6B6B. Windows color (decimal): -12549021 or 6521920. OLE color: 6521920.

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

Color convert

RGB 64 132 99 -
CMYK 0.52 0 0.25 0.48
HSL 150.88º 0.35% 0.38% -
HSV(B) 150.88º 0.52% 0.52% -
XYZ 12.62 18.49 14.71 -
YUV 107.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 64 132 99 0.52 0 0.25 0.48 150.88 0.35 0.38
Hex 40 84 63 34 0 19 30 97 23 26
Octal 100 204 143 64 0 31 60 227 43 46
Binary 1000000 10000100 1100011 110100 0 11001 110000 10010111 100011 100110

Color Harmonies of #408463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408463

Black with #408463

Text Example


Text Example

White with #408463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408463; }

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

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

background-color css

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

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

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

border-color css

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

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

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