Html Css Color HEX #409570 Viridian

📋 copy color: '#409570'

red 64 ◦ green 149 ◦ blue 112

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

Shades of Viridian #409570

Tints of Viridian #409570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

 BLUE value IS 112 (44.14% from 255) = 34.46%

R = 19.69%
G = 45.85%
B = 34.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#409570 (or 0x409570) is known color: Viridian. HEX triplet: 40, 95 and 70. RGB value is (64,149,112). Sum of RGB (Red+Green+Blue) = 64+149+112=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #409570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409570 is #BF6A8F. Grayscale: #777777. Windows color (decimal): -12544656 or 7378240. OLE color: 7378240.

HSL color Cylindrical-coordinate representation of color #409570: hue angle of 153.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409570 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 149 112 -
CMYK 0.57 0 0.25 0.42
HSL 153.88º 0.4% 0.42% -
HSV(B) 153.88º 0.57% 0.58% -
XYZ 15.79 23.75 19.08 -
YUV 119.37 123.84 88.51 -
System Red Green Blue C M Y K H S L
Decimal 64 149 112 0.57 0 0.25 0.42 153.88 0.4 0.42
Hex 40 95 70 39 0 19 2A 9A 28 2A
Octal 100 225 160 71 0 31 52 232 50 52
Binary 1000000 10010101 1110000 111001 0 11001 101010 10011010 101000 101010

Color Harmonies of #409570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409570

Black with #409570

Text Example


Text Example

White with #409570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409570; }

 p { color: rgb(64,149,112); }

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

background-color css

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

 a { background-color: rgb(64,149,112); }

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

border-color css

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

 span { border-color: rgb(64,149,112); }

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