#13651B

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

Shades of San Felix #13651B

Tints of San Felix #13651B

Color information

#13651B (or 0x13651B) is unknown color: approx San Felix. HEX triplet: 13, 65 and 1B. RGB value is (19,101,27). Sum of RGB (Red+Green+Blue) = 19+101+27=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #13651B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13651B is #EC9AE4. Grayscale: #444444. Windows color (decimal): -15506149 or 1795347. OLE color: 1795347.

HSL color Cylindrical-coordinate representation of color #13651B: hue angle of 125.85º degrees, saturation: 0.68, 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 #13651B is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1910127-
CMYK0.8100.730.60
HSL125.85º68.33%23.53%-
HSV(B)125.85º81.19%39.61%-
XYZ5.129.522.61-
YUV68.05104.8393.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 101 (39.84% from 255) = 68.71%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=12.93%
G=68.71%
B=18.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19101270.8100.730.60125.8568.3323.53
Hex13651B510493C7e4418
Octal231453312101117417610430
Binary100111100101110111010001010010011111001111110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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