Html Css Color HEX #137221 San Felix

📋 copy color: '#137221'

red 19 ◦ green 114 ◦ blue 33

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

Shades of San Felix #137221

Tints of San Felix #137221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 68.67%

 BLUE value IS 33 (13.28% from 255) = 19.88%

R = 11.45%
G = 68.67%
B = 19.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#137221 (or 0x137221) is known color: San Felix. HEX triplet: 13, 72 and 21. RGB value is (19,114,33). Sum of RGB (Red+Green+Blue) = 19+114+33=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 114 (44.92% from 255 or 68.67% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 114 - color contains mainly: green. Hex color #137221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137221 is #EC8DDE. Grayscale: #4C4C4C. Windows color (decimal): -15502815 or 2191891. OLE color: 2191891.

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

Color convert

RGB 19 114 33 -
CMYK 0.83 0 0.71 0.55
HSL 128.84º 0.71% 0.26% -
HSV(B) 128.84º 0.83% 0.45% -
XYZ 6.56 12.28 3.46 -
YUV 76.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 19 114 33 0.83 0 0.71 0.55 128.84 0.71 0.26
Hex 13 72 21 53 0 47 37 81 47 1A
Octal 23 162 41 123 0 107 67 201 107 32
Binary 10011 1110010 100001 1010011 0 1000111 110111 10000001 1000111 11010

Color Harmonies of #137221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137221

Black with #137221

Text Example


Text Example

White with #137221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137221; }

 p { color: rgb(19,114,33); }

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

background-color css

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

 a { background-color: rgb(19,114,33); }

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

border-color css

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

 span { border-color: rgb(19,114,33); }

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