#277221

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

Shades of San Felix #277221

Tints of San Felix #277221

Color information

#277221 (or 0x277221) is unknown color: approx San Felix. HEX triplet: 27, 72 and 21. RGB value is (39,114,33). Sum of RGB (Red+Green+Blue) = 39+114+33=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #277221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277221 is #D88DDE. Grayscale: #525252. Windows color (decimal): -14192095 or 2191911. OLE color: 2191911.

HSL color Cylindrical-coordinate representation of color #277221: hue angle of 115.56º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #277221 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB3911433-
CMYK0.6600.710.55
HSL115.56º55.1%28.82%-
HSV(B)115.56º71.05%44.71%-
XYZ7.1312.583.49-
YUV82.34100.1597.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.97%
GREEN value IS 114 (44.92% from 255) = 61.29%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=20.97%
G=61.29%
B=17.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39114330.6600.710.55115.5655.128.82
Hex277221420473774371d
Octal47162411020107671646735
Binary1001111110010100001100001001000111110111111010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277221; }

 p { color: rgb(39,114,33); }

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

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

 a { background-color: rgb(39,114,33); }

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

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

 span { border-color: rgb(39,114,33); }

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