Html Css Color HEX #408565 Viridian

📋 copy color: '#408565'

red 64 ◦ green 133 ◦ blue 101

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

Shades of Viridian #408565

Tints of Viridian #408565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 21.48%
G = 44.63%
B = 33.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#408565 (or 0x408565) is known color: Viridian. HEX triplet: 40, 85 and 65. RGB value is (64,133,101). Sum of RGB (Red+Green+Blue) = 64+133+101=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #408565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408565 is #BF7A9A. Grayscale: #6C6C6C. Windows color (decimal): -12548763 or 6653248. OLE color: 6653248.

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

Color convert

RGB 64 133 101 -
CMYK 0.52 0 0.24 0.48
HSL 152.17º 0.35% 0.39% -
HSV(B) 152.17º 0.52% 0.52% -
XYZ 12.85 18.8 15.26 -
YUV 108.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 64 133 101 0.52 0 0.24 0.48 152.17 0.35 0.39
Hex 40 85 65 34 0 18 30 98 23 27
Octal 100 205 145 64 0 30 60 230 43 47
Binary 1000000 10000101 1100101 110100 0 11000 110000 10011000 100011 100111

Color Harmonies of #408565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408565

Black with #408565

Text Example


Text Example

White with #408565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408565; }

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

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

background-color css

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

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

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

border-color css

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

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

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