Html Css Color HEX #13651B San Felix

📋 copy color: '#13651B'

red 19 ◦ green 101 ◦ blue 27

#13651B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #13651B

Tints of San Felix #13651B

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 value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#13651B (or 0x13651B) is known color: 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

RGB 19 101 27 -
CMYK 0.81 0 0.73 0.60
HSL 125.85º 0.68% 0.24% -
HSV(B) 125.85º 0.81% 0.4% -
XYZ 5.12 9.52 2.61 -
YUV 68.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 19 101 27 0.81 0 0.73 0.60 125.85 0.68 0.24
Hex 13 65 1B 51 0 49 3C 7E 44 18
Octal 23 145 33 121 0 111 74 176 104 30
Binary 10011 1100101 11011 1010001 0 1001001 111100 1111110 1000100 11000

Color Harmonies of #13651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13651B

Black with #13651B

Text Example


Text Example

White with #13651B

Text Example


Text Example

HTML Codes & Css Web 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>