#157204

Color #157204 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #157204

Tints of Green #157204

Color information

#157204 (or 0x157204) is unknown color: approx Green. HEX triplet: 15, 72 and 04. RGB value is (21,114,4). Sum of RGB (Red+Green+Blue) = 21+114+4=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 114 (44.92% from 255 or 82.01% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 114 - color contains mainly: green. Hex color #157204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157204 is #EA8DFB. Grayscale: #494949. Windows color (decimal): -15371772 or 291349. OLE color: 291349.

HSL color Cylindrical-coordinate representation of color #157204: hue angle of 110.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #157204 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB211144-
CMYK0.8200.960.55
HSL110.73º93.22%23.14%-
HSV(B)110.73º96.49%44.71%-
XYZ6.3512.22.14-
YUV73.6588.6990.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 114 (44.92% from 255) = 82.01%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=15.11%
G=82.01%
B=2.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2111440.8200.960.55110.7393.2223.14
Hex1572452060376f5d17
Octal25162412201406715713527
Binary1010111100101001010010011000001101111101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157204; }

 p { color: rgb(21,114,4); }

 H1.HeaderClassName
 {
   color: #157204;
 }
 .AnyTagClassName
 {
   color: #157204;
 }
</style>
background-color css

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

 a { background-color: rgb(21,114,4); }

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

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

 span { border-color: rgb(21,114,4); }

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