#136818

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

Shades of San Felix #136818

Tints of San Felix #136818

Color information

#136818 (or 0x136818) is unknown color: approx San Felix. HEX triplet: 13, 68 and 18. RGB value is (19,104,24). Sum of RGB (Red+Green+Blue) = 19+104+24=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #136818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136818 is #EC97E7. Grayscale: #454545. Windows color (decimal): -15505384 or 1599507. OLE color: 1599507.

HSL color Cylindrical-coordinate representation of color #136818: hue angle of 123.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136818 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1910424-
CMYK0.8200.770.59
HSL123.53º69.11%24.12%-
HSV(B)123.53º81.73%40.78%-
XYZ5.3810.112.53-
YUV69.46102.3492-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 104 (41.02% from 255) = 70.75%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=12.93%
G=70.75%
B=16.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104240.8200.770.59123.5369.1124.12
Hex1368185204D3B7c4518
Octal231503012201157317410530
Binary100111101000110001010010010011011110111111100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136818; }

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

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

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

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

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

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

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

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