Html Css Color HEX #409470 Viridian

📋 copy color: '#409470'

red 64 ◦ green 148 ◦ blue 112

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

Shades of Viridian #409470

Tints of Viridian #409470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.68%

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

R = 19.75%
G = 45.68%
B = 34.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#409470 (or 0x409470) is known color: Viridian. HEX triplet: 40, 94 and 70. RGB value is (64,148,112). Sum of RGB (Red+Green+Blue) = 64+148+112=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #409470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409470 is #BF6B8F. Grayscale: #767676. Windows color (decimal): -12544912 or 7377984. OLE color: 7377984.

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

Color convert

RGB 64 148 112 -
CMYK 0.57 0 0.24 0.42
HSL 154.29º 0.4% 0.42% -
HSV(B) 154.29º 0.57% 0.58% -
XYZ 15.63 23.44 19.03 -
YUV 118.78 124.17 88.93 -
System Red Green Blue C M Y K H S L
Decimal 64 148 112 0.57 0 0.24 0.42 154.29 0.4 0.42
Hex 40 94 70 39 0 18 2A 9A 28 2A
Octal 100 224 160 71 0 30 52 232 50 52
Binary 1000000 10010100 1110000 111001 0 11000 101010 10011010 101000 101010

Color Harmonies of #409470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409470

Black with #409470

Text Example


Text Example

White with #409470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409470; }

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

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

background-color css

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

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

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

border-color css

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

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

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