Html Css Color HEX #13681B San Felix

📋 copy color: '#13681B'

red 19 ◦ green 104 ◦ blue 27

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

Shades of San Felix #13681B

Tints of San Felix #13681B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18%

R = 12.67%
G = 69.33%
B = 18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#13681B (or 0x13681B) is known color: San Felix. HEX triplet: 13, 68 and 1B. RGB value is (19,104,27). Sum of RGB (Red+Green+Blue) = 19+104+27=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #13681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13681B is #EC97E4. Grayscale: #464646. Windows color (decimal): -15505381 or 1796115. OLE color: 1796115.

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

Color convert

RGB 19 104 27 -
CMYK 0.82 0 0.74 0.59
HSL 125.65º 0.69% 0.24% -
HSV(B) 125.65º 0.82% 0.41% -
XYZ 5.42 10.12 2.7 -
YUV 69.81 103.84 91.76 -
System Red Green Blue C M Y K H S L
Decimal 19 104 27 0.82 0 0.74 0.59 125.65 0.69 0.24
Hex 13 68 1B 52 0 4A 3B 7E 45 18
Octal 23 150 33 122 0 112 73 176 105 30
Binary 10011 1101000 11011 1010010 0 1001010 111011 1111110 1000101 11000

Color Harmonies of #13681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13681B

Black with #13681B

Text Example


Text Example

White with #13681B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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