Html Css Color HEX #409170 Viridian

📋 copy color: '#409170'

red 64 ◦ green 145 ◦ blue 112

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

Shades of Viridian #409170

Tints of Viridian #409170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.17%

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

R = 19.94%
G = 45.17%
B = 34.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#409170 (or 0x409170) is known color: Viridian. HEX triplet: 40, 91 and 70. RGB value is (64,145,112). Sum of RGB (Red+Green+Blue) = 64+145+112=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #409170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409170 is #BF6E8F. Grayscale: #757575. Windows color (decimal): -12545680 or 7377216. OLE color: 7377216.

HSL color Cylindrical-coordinate representation of color #409170: hue angle of 155.56º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409170 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 145 112 -
CMYK 0.56 0 0.23 0.43
HSL 155.56º 0.39% 0.41% -
HSV(B) 155.56º 0.56% 0.57% -
XYZ 15.16 22.51 18.87 -
YUV 117.02 125.16 90.18 -
System Red Green Blue C M Y K H S L
Decimal 64 145 112 0.56 0 0.23 0.43 155.56 0.39 0.41
Hex 40 91 70 38 0 17 2B 9C 27 29
Octal 100 221 160 70 0 27 53 234 47 51
Binary 1000000 10010001 1110000 111000 0 10111 101011 10011100 100111 101001

Color Harmonies of #409170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409170

Black with #409170

Text Example


Text Example

White with #409170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409170; }

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

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

background-color css

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

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

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

border-color css

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

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

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