Html Css Color HEX #409372 Viridian

📋 copy color: '#409372'

red 64 ◦ green 147 ◦ blue 114

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

Shades of Viridian #409372

Tints of Viridian #409372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 19.69%
G = 45.23%
B = 35.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#409372 (or 0x409372) is known color: Viridian. HEX triplet: 40, 93 and 72. RGB value is (64,147,114). Sum of RGB (Red+Green+Blue) = 64+147+114=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #409372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409372 is #BF6C8D. Grayscale: #767676. Windows color (decimal): -12545166 or 7508800. OLE color: 7508800.

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

Color convert

RGB 64 147 114 -
CMYK 0.56 0 0.22 0.42
HSL 156.14º 0.39% 0.41% -
HSV(B) 156.14º 0.56% 0.58% -
XYZ 15.59 23.17 19.57 -
YUV 118.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 64 147 114 0.56 0 0.22 0.42 156.14 0.39 0.41
Hex 40 93 72 38 0 16 2A 9C 27 29
Octal 100 223 162 70 0 26 52 234 47 51
Binary 1000000 10010011 1110010 111000 0 10110 101010 10011100 100111 101001

Color Harmonies of #409372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409372

Black with #409372

Text Example


Text Example

White with #409372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409372; }

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

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

background-color css

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

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

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

border-color css

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

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

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