#136416

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

Shades of San Felix #136416

Tints of San Felix #136416

Color information

#136416 (or 0x136416) is unknown color: approx San Felix. HEX triplet: 13, 64 and 16. RGB value is (19,100,22). Sum of RGB (Red+Green+Blue) = 19+100+22=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #136416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136416 is #EC9BE9. Grayscale: #434343. Windows color (decimal): -15506410 or 1467411. OLE color: 1467411.

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

Color convert

RGB1910022-
CMYK0.8100.780.61
HSL122.22º68.07%23.33%-
HSV(B)122.22º81%39.22%-
XYZ4.979.312.29-
YUV66.89102.6693.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 100 (39.45% from 255) = 70.92%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=13.48%
G=70.92%
B=15.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100220.8100.780.61122.2268.0723.33
Hex1364165104E3D7a4417
Octal231442612101167517210427
Binary100111100100101101010001010011101111011111010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136416; }

 p { color: rgb(19,100,22); }

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

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

 a { background-color: rgb(19,100,22); }

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

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

 span { border-color: rgb(19,100,22); }

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