Html Css Color HEX #137120 San Felix

📋 copy color: '#137120'

red 19 ◦ green 113 ◦ blue 32

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

Shades of San Felix #137120

Tints of San Felix #137120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 68.9%

 BLUE value IS 32 (12.89% from 255) = 19.51%

R = 11.59%
G = 68.9%
B = 19.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#137120 (or 0x137120) is known color: San Felix. HEX triplet: 13, 71 and 20. RGB value is (19,113,32). Sum of RGB (Red+Green+Blue) = 19+113+32=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 113 (44.53% from 255 or 68.90% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 113 - color contains mainly: green. Hex color #137120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137120 is #EC8EDF. Grayscale: #4B4B4B. Windows color (decimal): -15503072 or 2126099. OLE color: 2126099.

HSL color Cylindrical-coordinate representation of color #137120: hue angle of 128.3º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137120 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 32 -
CMYK 0.83 0 0.72 0.56
HSL 128.3º 0.71% 0.26% -
HSV(B) 128.3º 0.83% 0.44% -
XYZ 6.43 12.05 3.35 -
YUV 75.66 103.36 87.59 -
System Red Green Blue C M Y K H S L
Decimal 19 113 32 0.83 0 0.72 0.56 128.3 0.71 0.26
Hex 13 71 20 53 0 48 38 80 47 1A
Octal 23 161 40 123 0 110 70 200 107 32
Binary 10011 1110001 100000 1010011 0 1001000 111000 10000000 1000111 11010

Color Harmonies of #137120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137120

Black with #137120

Text Example


Text Example

White with #137120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137120; }

 p { color: rgb(19,113,32); }

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

background-color css

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

 a { background-color: rgb(19,113,32); }

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

border-color css

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

 span { border-color: rgb(19,113,32); }

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