#266121

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

Shades of San Felix #266121

Tints of San Felix #266121

Color information

#266121 (or 0x266121) is unknown color: approx San Felix. HEX triplet: 26, 61 and 21. RGB value is (38,97,33). Sum of RGB (Red+Green+Blue) = 38+97+33=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #266121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266121 is #D99EDE. Grayscale: #484848. Windows color (decimal): -14261983 or 2187558. OLE color: 2187558.

HSL color Cylindrical-coordinate representation of color #266121: hue angle of 115.31º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266121 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB389733-
CMYK0.6100.660.62
HSL115.31º49.23%25.49%-
HSV(B)115.31º65.98%38.04%-
XYZ5.359.072.91-
YUV72.06105.95103.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 97 (38.28% from 255) = 57.74%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=22.62%
G=57.74%
B=19.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3897330.6100.660.62115.3149.2325.49
Hex2661213D0423E733119
Octal4614141750102761636131
Binary100110110000110000111110101000010111110111001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266121; }

 p { color: rgb(38,97,33); }

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

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

 a { background-color: rgb(38,97,33); }

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

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

 span { border-color: rgb(38,97,33); }

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