Html Css Color HEX #409272 Viridian

📋 copy color: '#409272'

red 64 ◦ green 146 ◦ blue 114

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

Shades of Viridian #409272

Tints of Viridian #409272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

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

R = 19.75%
G = 45.06%
B = 35.19%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#409272 (or 0x409272) is known color: Viridian. HEX triplet: 40, 92 and 72. RGB value is (64,146,114). Sum of RGB (Red+Green+Blue) = 64+146+114=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #409272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409272 is #BF6D8D. Grayscale: #757575. Windows color (decimal): -12545422 or 7508544. OLE color: 7508544.

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

Color convert

RGB 64 146 114 -
CMYK 0.56 0 0.22 0.43
HSL 156.59º 0.39% 0.41% -
HSV(B) 156.59º 0.56% 0.57% -
XYZ 15.43 22.86 19.52 -
YUV 117.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 64 146 114 0.56 0 0.22 0.43 156.59 0.39 0.41
Hex 40 92 72 38 0 16 2B 9D 27 29
Octal 100 222 162 70 0 26 53 235 47 51
Binary 1000000 10010010 1110010 111000 0 10110 101011 10011101 100111 101001

Color Harmonies of #409272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409272

Black with #409272

Text Example


Text Example

White with #409272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409272; }

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

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

background-color css

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

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

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

border-color css

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

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

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