#13691E

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

Shades of San Felix #13691E

Tints of San Felix #13691E

Color information

#13691E (or 0x13691E) is unknown color: approx San Felix. HEX triplet: 13, 69 and 1E. RGB value is (19,105,30). Sum of RGB (Red+Green+Blue) = 19+105+30=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 105 (41.41% from 255 or 68.18% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 105 - color contains mainly: green. Hex color #13691E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13691E is #EC96E1. Grayscale: #464646. Windows color (decimal): -15505122 or 1992979. OLE color: 1992979.

HSL color Cylindrical-coordinate representation of color #13691E: hue angle of 127.67º 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 #13691E is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1910530-
CMYK0.8200.710.59
HSL127.67º69.35%24.31%-
HSV(B)127.67º81.9%41.18%-
XYZ5.5510.342.93-
YUV70.74105.0191.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 105 (41.41% from 255) = 68.18%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=12.34%
G=68.18%
B=19.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105300.8200.710.59127.6769.3524.31
Hex13691E520473B804518
Octal231513612201077320010530
Binary1001111010011111010100100100011111101110000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13691E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13691E; }

 p { color: rgb(19,105,30); }

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

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

 a { background-color: rgb(19,105,30); }

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

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

 span { border-color: rgb(19,105,30); }

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