#13681B

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

Shades of San Felix #13681B

Tints of San Felix #13681B

Color information

#13681B (or 0x13681B) is unknown color: approx San Felix. HEX triplet: 13, 68 and 1B. RGB value is (19,104,27). Sum of RGB (Red+Green+Blue) = 19+104+27=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #13681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13681B is #EC97E4. Grayscale: #464646. Windows color (decimal): -15505381 or 1796115. OLE color: 1796115.

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

Color convert

RGB1910427-
CMYK0.8200.740.59
HSL125.65º69.11%24.12%-
HSV(B)125.65º81.73%40.78%-
XYZ5.4210.122.7-
YUV69.81103.8491.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 104 (41.02% from 255) = 69.33%
BLUE value IS 27 (10.94% from 255) = 18%
R=12.67%
G=69.33%
B=18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104270.8200.740.59125.6569.1124.12
Hex13681B5204A3B7e4518
Octal231503312201127317610530
Binary100111101000110111010010010010101110111111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13681B; }

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

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

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

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

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

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

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

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