#157220

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

Shades of San Felix #157220

Tints of San Felix #157220

Color information

#157220 (or 0x157220) is unknown color: approx San Felix. HEX triplet: 15, 72 and 20. RGB value is (21,114,32). Sum of RGB (Red+Green+Blue) = 21+114+32=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 114 (44.92% from 255 or 68.26% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 114 - color contains mainly: green. Hex color #157220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157220 is #EA8DDF. Grayscale: #4D4D4D. Windows color (decimal): -15371744 or 2126357. OLE color: 2126357.

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

Color convert

RGB2111432-
CMYK0.8200.720.55
HSL127.1º68.89%26.47%-
HSV(B)127.1º81.58%44.71%-
XYZ6.5912.33.39-
YUV76.84102.6988.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 114 (44.92% from 255) = 68.26%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=12.57%
G=68.26%
B=19.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114320.8200.720.55127.168.8926.47
Hex15722052048377f451a
Octal251624012201106717710532
Binary1010111100101000001010010010010001101111111111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157220; }

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

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

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

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

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

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

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

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