#1B6526

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

Shades of San Felix #1B6526

Tints of San Felix #1B6526

Color information

#1B6526 (or 0x1B6526) is unknown color: approx San Felix. HEX triplet: 1B, 65 and 26. RGB value is (27,101,38). Sum of RGB (Red+Green+Blue) = 27+101+38=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 101 (39.84% from 255 or 60.84% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 101 - color contains mainly: green. Hex color #1B6526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6526 is #E49AD9. Grayscale: #474747. Windows color (decimal): -14981850 or 2516251. OLE color: 2516251.

HSL color Cylindrical-coordinate representation of color #1B6526: hue angle of 128.92º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B6526 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB2710138-
CMYK0.7300.620.60
HSL128.92º57.81%25.1%-
HSV(B)128.92º73.27%39.61%-
XYZ5.469.683.41-
YUV71.69108.9896.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.27%
GREEN value IS 101 (39.84% from 255) = 60.84%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=16.27%
G=60.84%
B=22.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal27101380.7300.620.60128.9257.8125.1
Hex1B65264903E3C813a19
Octal3314546111076742017231
Binary110111100101100110100100101111101111001000000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B6526; }

 p { color: rgb(27,101,38); }

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

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

 a { background-color: rgb(27,101,38); }

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

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

 span { border-color: rgb(27,101,38); }

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