#136619

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

Shades of San Felix #136619

Tints of San Felix #136619

Color information

#136619 (or 0x136619) is unknown color: approx San Felix. HEX triplet: 13, 66 and 19. RGB value is (19,102,25). Sum of RGB (Red+Green+Blue) = 19+102+25=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 102 (40.23% from 255 or 69.86% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 102 - color contains mainly: green. Hex color #136619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136619 is #EC99E6. Grayscale: #444444. Windows color (decimal): -15505895 or 1664531. OLE color: 1664531.

HSL color Cylindrical-coordinate representation of color #136619: hue angle of 124.34º degrees, saturation: 0.69, 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 #136619 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1910225-
CMYK0.8100.750.6
HSL124.34º68.6%23.73%-
HSV(B)124.34º81.37%40%-
XYZ5.29.712.52-
YUV68.4103.592.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 102 (40.23% from 255) = 69.86%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=13.01%
G=69.86%
B=17.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102250.8100.750.6124.3468.623.73
Hex1366195104B3C7c4518
Octal231463112101137417410530
Binary100111100110110011010001010010111111001111100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136619; }

 p { color: rgb(19,102,25); }

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

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

 a { background-color: rgb(19,102,25); }

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

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

 span { border-color: rgb(19,102,25); }

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