Html Css Color HEX #13661C San Felix

📋 copy color: '#13661C'

red 19 ◦ green 102 ◦ blue 28

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

Shades of San Felix #13661C

Tints of San Felix #13661C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 68.46%

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

R = 12.75%
G = 68.46%
B = 18.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#13661C (or 0x13661C) is known color: San Felix. HEX triplet: 13, 66 and 1C. RGB value is (19,102,28). Sum of RGB (Red+Green+Blue) = 19+102+28=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 102 (40.23% from 255 or 68.46% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 102 - color contains mainly: green. Hex color #13661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13661C is #EC99E3. Grayscale: #444444. Windows color (decimal): -15505892 or 1861139. OLE color: 1861139.

HSL color Cylindrical-coordinate representation of color #13661C: hue angle of 126.51º degrees, saturation: 0.69, 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 #13661C is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 28 -
CMYK 0.81 0 0.73 0.6
HSL 126.51º 0.69% 0.24% -
HSV(B) 126.51º 0.81% 0.4% -
XYZ 5.23 9.73 2.7 -
YUV 68.75 105 92.52 -
System Red Green Blue C M Y K H S L
Decimal 19 102 28 0.81 0 0.73 0.6 126.51 0.69 0.24
Hex 13 66 1C 51 0 49 3C 7F 45 18
Octal 23 146 34 121 0 111 74 177 105 30
Binary 10011 1100110 11100 1010001 0 1001001 111100 1111111 1000101 11000

Color Harmonies of #13661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13661C

Black with #13661C

Text Example


Text Example

White with #13661C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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