#136218

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

Shades of San Felix #136218

Tints of San Felix #136218

Color information

#136218 (or 0x136218) is unknown color: approx San Felix. HEX triplet: 13, 62 and 18. RGB value is (19,98,24). Sum of RGB (Red+Green+Blue) = 19+98+24=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 98 (38.67% from 255 or 69.50% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 98 - color contains mainly: green. Hex color #136218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136218 is #EC9DE7. Grayscale: #424242. Windows color (decimal): -15506920 or 1597971. OLE color: 1597971.

HSL color Cylindrical-coordinate representation of color #136218: hue angle of 123.8º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136218 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB199824-
CMYK0.8100.760.62
HSL123.8º67.52%22.94%-
HSV(B)123.8º80.61%38.43%-
XYZ4.88.942.34-
YUV65.94104.3394.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 98 (38.67% from 255) = 69.50%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=13.48%
G=69.50%
B=17.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998240.8100.760.62123.867.5222.94
Hex1362185104C3E7c4417
Octal231423012101147617410427
Binary100111100010110001010001010011001111101111100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136218; }

 p { color: rgb(19,98,24); }

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

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

 a { background-color: rgb(19,98,24); }

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

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

 span { border-color: rgb(19,98,24); }

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