Html Css Color HEX #13681C San Felix

📋 copy color: '#13681C'

red 19 ◦ green 104 ◦ blue 28

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

Shades of San Felix #13681C

Tints of San Felix #13681C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 68.87%

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

R = 12.58%
G = 68.87%
B = 18.54%

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

#13681C (or 0x13681C) is known color: San Felix. HEX triplet: 13, 68 and 1C. RGB value is (19,104,28). Sum of RGB (Red+Green+Blue) = 19+104+28=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #13681C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13681C is #EC97E3. Grayscale: #464646. Windows color (decimal): -15505380 or 1861651. OLE color: 1861651.

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

Color convert

RGB 19 104 28 -
CMYK 0.82 0 0.73 0.59
HSL 126.35º 0.69% 0.24% -
HSV(B) 126.35º 0.82% 0.41% -
XYZ 5.43 10.12 2.77 -
YUV 69.92 104.34 91.68 -
System Red Green Blue C M Y K H S L
Decimal 19 104 28 0.82 0 0.73 0.59 126.35 0.69 0.24
Hex 13 68 1C 52 0 49 3B 7E 45 18
Octal 23 150 34 122 0 111 73 176 105 30
Binary 10011 1101000 11100 1010010 0 1001001 111011 1111110 1000101 11000

Color Harmonies of #13681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13681C

Black with #13681C

Text Example


Text Example

White with #13681C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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