#157222

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

Shades of San Felix #157222

Tints of San Felix #157222

Color information

#157222 (or 0x157222) is unknown color: approx San Felix. HEX triplet: 15, 72 and 22. RGB value is (21,114,34). Sum of RGB (Red+Green+Blue) = 21+114+34=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 114 (44.92% from 255 or 67.46% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 114 - color contains mainly: green. Hex color #157222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157222 is #EA8DDD. Grayscale: #4D4D4D. Windows color (decimal): -15371742 or 2257429. OLE color: 2257429.

HSL color Cylindrical-coordinate representation of color #157222: hue angle of 128.39º 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 #157222 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB2111434-
CMYK0.8200.700.55
HSL128.39º68.89%26.47%-
HSV(B)128.39º81.58%44.71%-
XYZ6.6212.313.54-
YUV77.07103.6988-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 114 (44.92% from 255) = 67.46%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=12.43%
G=67.46%
B=20.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114340.8200.700.55128.3968.8926.47
Hex157222520463780451a
Octal251624212201066720010532
Binary10101111001010001010100100100011011011110000000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157222; }

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

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

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

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

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

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

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

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