Html Css Color HEX #13691C San Felix

📋 copy color: '#13691C'

red 19 ◦ green 105 ◦ blue 28

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

Shades of San Felix #13691C

Tints of San Felix #13691C

RGB

 RED value IS 19 (7.81% from 255) = 12.5%

 GREEN value IS 105 (41.41% from 255) = 69.08%

 BLUE value IS 28 (11.33% from 255) = 18.42%

R = 12.5%
G = 69.08%
B = 18.42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#13691C (or 0x13691C) is known color: San Felix. HEX triplet: 13, 69 and 1C. RGB value is (19,105,28). Sum of RGB (Red+Green+Blue) = 19+105+28=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #13691C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13691C is #EC96E3. Grayscale: #464646. Windows color (decimal): -15505124 or 1861907. OLE color: 1861907.

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

Color convert

RGB 19 105 28 -
CMYK 0.82 0 0.73 0.59
HSL 126.28º 0.69% 0.24% -
HSV(B) 126.28º 0.82% 0.41% -
XYZ 5.53 10.33 2.8 -
YUV 70.51 104.01 91.26 -
System Red Green Blue C M Y K H S L
Decimal 19 105 28 0.82 0 0.73 0.59 126.28 0.69 0.24
Hex 13 69 1C 52 0 49 3B 7E 45 18
Octal 23 151 34 122 0 111 73 176 105 30
Binary 10011 1101001 11100 1010010 0 1001001 111011 1111110 1000101 11000

Color Harmonies of #13691C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13691C

Black with #13691C

Text Example


Text Example

White with #13691C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13691C;
 }
 .AnyTagClassName
 {
   color: #13691C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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