Html Css Color HEX #147322 San Felix

📋 copy color: '#147322'

red 20 ◦ green 115 ◦ blue 34

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

Shades of San Felix #147322

Tints of San Felix #147322

RGB

 RED value IS 20 (8.2% from 255) = 11.83%

 GREEN value IS 115 (45.31% from 255) = 68.05%

 BLUE value IS 34 (13.67% from 255) = 20.12%

R = 11.83%
G = 68.05%
B = 20.12%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#147322 (or 0x147322) is known color: San Felix. HEX triplet: 14, 73 and 22. RGB value is (20,115,34). Sum of RGB (Red+Green+Blue) = 20+115+34=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 115 (45.31% from 255 or 68.05% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 115 - color contains mainly: green. Hex color #147322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147322 is #EB8CDD. Grayscale: #4D4D4D. Windows color (decimal): -15437022 or 2257684. OLE color: 2257684.

HSL color Cylindrical-coordinate representation of color #147322: hue angle of 128.84º degrees, saturation: 0.7, 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 #147322 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 34 -
CMYK 0.83 0 0.70 0.55
HSL 128.84º 0.7% 0.26% -
HSV(B) 128.84º 0.83% 0.45% -
XYZ 6.71 12.53 3.58 -
YUV 77.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 20 115 34 0.83 0 0.70 0.55 128.84 0.7 0.26
Hex 14 73 22 53 0 46 37 81 46 1A
Octal 24 163 42 123 0 106 67 201 106 32
Binary 10100 1110011 100010 1010011 0 1000110 110111 10000001 1000110 11010

Color Harmonies of #147322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147322

Black with #147322

Text Example


Text Example

White with #147322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147322; }

 p { color: rgb(20,115,34); }

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

background-color css

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

 a { background-color: rgb(20,115,34); }

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

border-color css

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

 span { border-color: rgb(20,115,34); }

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