#13671B

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

Shades of San Felix #13671B

Tints of San Felix #13671B

Color information

#13671B (or 0x13671B) is unknown color: approx San Felix. HEX triplet: 13, 67 and 1B. RGB value is (19,103,27). Sum of RGB (Red+Green+Blue) = 19+103+27=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 103 (40.62% from 255 or 69.13% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 103 - color contains mainly: green. Hex color #13671B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13671B is #EC98E4. Grayscale: #454545. Windows color (decimal): -15505637 or 1795859. OLE color: 1795859.

HSL color Cylindrical-coordinate representation of color #13671B: hue angle of 125.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13671B is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1910327-
CMYK0.8200.740.60
HSL125.71º68.85%23.92%-
HSV(B)125.71º81.55%40.39%-
XYZ5.329.922.67-
YUV69.22104.1792.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 103 (40.62% from 255) = 69.13%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=12.75%
G=69.13%
B=18.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19103270.8200.740.60125.7168.8523.92
Hex13671B5204A3C7e4518
Octal231473312201127417610530
Binary100111100111110111010010010010101111001111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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