#13691A

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

Shades of San Felix #13691A

Tints of San Felix #13691A

Color information

#13691A (or 0x13691A) is unknown color: approx San Felix. HEX triplet: 13, 69 and 1A. RGB value is (19,105,26). Sum of RGB (Red+Green+Blue) = 19+105+26=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 105 (41.41% from 255 or 70% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 105 - color contains mainly: green. Hex color #13691A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13691A is #EC96E5. Grayscale: #464646. Windows color (decimal): -15505126 or 1730835. OLE color: 1730835.

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

Color convert

RGB1910526-
CMYK0.8200.750.59
HSL124.88º69.35%24.31%-
HSV(B)124.88º81.9%41.18%-
XYZ5.5110.322.68-
YUV70.28103.0191.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 105 (41.41% from 255) = 70%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=12.67%
G=70%
B=17.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105260.8200.750.59124.8869.3524.31
Hex13691A5204B3B7d4518
Octal231513212201137317510530
Binary100111101001110101010010010010111110111111101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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