Html Css Color HEX #13671B San Felix

📋 copy color: '#13671B'

red 19 ◦ green 103 ◦ blue 27

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

Shades of San Felix #13671B

Tints of San Felix #13671B

RGB

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

 GREEN value IS 103 (40.63% 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 value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

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

RGB 19 103 27 -
CMYK 0.82 0 0.74 0.60
HSL 125.71º 0.69% 0.24% -
HSV(B) 125.71º 0.82% 0.4% -
XYZ 5.32 9.92 2.67 -
YUV 69.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 19 103 27 0.82 0 0.74 0.60 125.71 0.69 0.24
Hex 13 67 1B 52 0 4A 3C 7E 45 18
Octal 23 147 33 122 0 112 74 176 105 30
Binary 10011 1100111 11011 1010010 0 1001010 111100 1111110 1000101 11000

Color Harmonies of #13671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13671B

Black with #13671B

Text Example


Text Example

White with #13671B

Text Example


Text Example

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