Html Css Color HEX #409370 Viridian

📋 copy color: '#409370'

red 64 ◦ green 147 ◦ blue 112

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

Shades of Viridian #409370

Tints of Viridian #409370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.51%

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

R = 19.81%
G = 45.51%
B = 34.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#409370 (or 0x409370) is known color: Viridian. HEX triplet: 40, 93 and 70. RGB value is (64,147,112). Sum of RGB (Red+Green+Blue) = 64+147+112=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #409370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409370 is #BF6C8F. Grayscale: #767676. Windows color (decimal): -12545168 or 7377728. OLE color: 7377728.

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

Color convert

RGB 64 147 112 -
CMYK 0.56 0 0.24 0.42
HSL 154.7º 0.39% 0.41% -
HSV(B) 154.7º 0.56% 0.58% -
XYZ 15.47 23.13 18.98 -
YUV 118.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 64 147 112 0.56 0 0.24 0.42 154.7 0.39 0.41
Hex 40 93 70 38 0 18 2A 9B 27 29
Octal 100 223 160 70 0 30 52 233 47 51
Binary 1000000 10010011 1110000 111000 0 11000 101010 10011011 100111 101001

Color Harmonies of #409370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409370

Black with #409370

Text Example


Text Example

White with #409370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409370; }

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

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

background-color css

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

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

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

border-color css

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

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

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