Html Css Color HEX #408569 Viridian

📋 copy color: '#408569'

red 64 ◦ green 133 ◦ blue 105

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

Shades of Viridian #408569

Tints of Viridian #408569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.77%

R = 21.19%
G = 44.04%
B = 34.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#408569 (or 0x408569) is known color: Viridian. HEX triplet: 40, 85 and 69. RGB value is (64,133,105). Sum of RGB (Red+Green+Blue) = 64+133+105=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #408569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408569 is #BF7A96. Grayscale: #6D6D6D. Windows color (decimal): -12548759 or 6915392. OLE color: 6915392.

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

Color convert

RGB 64 133 105 -
CMYK 0.52 0 0.21 0.48
HSL 155.65º 0.35% 0.39% -
HSV(B) 155.65º 0.52% 0.52% -
XYZ 13.05 18.88 16.32 -
YUV 109.18 125.64 95.78 -
System Red Green Blue C M Y K H S L
Decimal 64 133 105 0.52 0 0.21 0.48 155.65 0.35 0.39
Hex 40 85 69 34 0 15 30 9C 23 27
Octal 100 205 151 64 0 25 60 234 43 47
Binary 1000000 10000101 1101001 110100 0 10101 110000 10011100 100011 100111

Color Harmonies of #408569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408569

Black with #408569

Text Example


Text Example

White with #408569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408569; }

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

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

background-color css

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

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

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

border-color css

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

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

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