Html Css Color HEX #13671C San Felix

📋 copy color: '#13671C'

red 19 ◦ green 103 ◦ blue 28

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

Shades of San Felix #13671C

Tints of San Felix #13671C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 68.67%

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

R = 12.67%
G = 68.67%
B = 18.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#13671C (or 0x13671C) is known color: San Felix. HEX triplet: 13, 67 and 1C. RGB value is (19,103,28). Sum of RGB (Red+Green+Blue) = 19+103+28=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 103 (40.62% from 255 or 68.67% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 103 - color contains mainly: green. Hex color #13671C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13671C is #EC98E3. Grayscale: #454545. Windows color (decimal): -15505636 or 1861395. OLE color: 1861395.

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

Color convert

RGB 19 103 28 -
CMYK 0.82 0 0.73 0.60
HSL 126.43º 0.69% 0.24% -
HSV(B) 126.43º 0.82% 0.4% -
XYZ 5.33 9.92 2.73 -
YUV 69.33 104.67 92.1 -
System Red Green Blue C M Y K H S L
Decimal 19 103 28 0.82 0 0.73 0.60 126.43 0.69 0.24
Hex 13 67 1C 52 0 49 3C 7E 45 18
Octal 23 147 34 122 0 111 74 176 105 30
Binary 10011 1100111 11100 1010010 0 1001001 111100 1111110 1000101 11000

Color Harmonies of #13671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13671C

Black with #13671C

Text Example


Text Example

White with #13671C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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