#157021

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

Shades of San Felix #157021

Tints of San Felix #157021

Color information

#157021 (or 0x157021) is unknown color: approx San Felix. HEX triplet: 15, 70 and 21. RGB value is (21,112,33). Sum of RGB (Red+Green+Blue) = 21+112+33=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #157021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157021 is #EA8FDE. Grayscale: #4C4C4C. Windows color (decimal): -15372255 or 2191381. OLE color: 2191381.

HSL color Cylindrical-coordinate representation of color #157021: hue angle of 127.91º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157021 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB2111233-
CMYK0.8100.710.56
HSL127.91º68.42%26.08%-
HSV(B)127.91º81.25%43.92%-
XYZ6.3811.863.39-
YUV75.78103.8588.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 112 (44.14% from 255) = 67.47%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=12.65%
G=67.47%
B=19.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21112330.8100.710.56127.9168.4226.08
Hex157021510473880441a
Octal251604112101077020010432
Binary10101111000010000110100010100011111100010000000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157021; }

 p { color: rgb(21,112,33); }

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

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

 a { background-color: rgb(21,112,33); }

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

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

 span { border-color: rgb(21,112,33); }

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