#136518

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

Shades of San Felix #136518

Tints of San Felix #136518

Color information

#136518 (or 0x136518) is unknown color: approx San Felix. HEX triplet: 13, 65 and 18. RGB value is (19,101,24). Sum of RGB (Red+Green+Blue) = 19+101+24=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 101 (39.84% from 255 or 70.14% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 101 - color contains mainly: green. Hex color #136518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136518 is #EC9AE7. Grayscale: #434343. Windows color (decimal): -15506152 or 1598739. OLE color: 1598739.

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

Color convert

RGB1910124-
CMYK0.8100.760.60
HSL123.66º68.33%23.53%-
HSV(B)123.66º81.19%39.61%-
XYZ5.099.512.43-
YUV67.7103.3393.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 101 (39.84% from 255) = 70.14%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=13.19%
G=70.14%
B=16.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19101240.8100.760.60123.6668.3323.53
Hex1365185104C3C7c4418
Octal231453012101147417410430
Binary100111100101110001010001010011001111001111100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136518; }

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

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

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

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

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

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

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

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