Html Css Color HEX #408564 Viridian

📋 copy color: '#408564'

red 64 ◦ green 133 ◦ blue 100

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

Shades of Viridian #408564

Tints of Viridian #408564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.67%

R = 21.55%
G = 44.78%
B = 33.67%

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

#408564 (or 0x408564) is known color: Viridian. HEX triplet: 40, 85 and 64. RGB value is (64,133,100). Sum of RGB (Red+Green+Blue) = 64+133+100=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #408564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408564 is #BF7A9B. Grayscale: #6C6C6C. Windows color (decimal): -12548764 or 6587712. OLE color: 6587712.

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

Color convert

RGB 64 133 100 -
CMYK 0.52 0 0.25 0.48
HSL 151.3º 0.35% 0.39% -
HSV(B) 151.3º 0.52% 0.52% -
XYZ 12.8 18.79 15.01 -
YUV 108.61 123.14 96.18 -
System Red Green Blue C M Y K H S L
Decimal 64 133 100 0.52 0 0.25 0.48 151.3 0.35 0.39
Hex 40 85 64 34 0 19 30 97 23 27
Octal 100 205 144 64 0 31 60 227 43 47
Binary 1000000 10000101 1100100 110100 0 11001 110000 10010111 100011 100111

Color Harmonies of #408564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408564

Black with #408564

Text Example


Text Example

White with #408564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408564; }

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

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

background-color css

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

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

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

border-color css

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

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

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