Html Css Color HEX #147321 San Felix

📋 copy color: '#147321'

red 20 ◦ green 115 ◦ blue 33

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

Shades of San Felix #147321

Tints of San Felix #147321

RGB

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

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

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

R = 11.9%
G = 68.45%
B = 19.64%

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

#147321 (or 0x147321) is known color: San Felix. HEX triplet: 14, 73 and 21. RGB value is (20,115,33). Sum of RGB (Red+Green+Blue) = 20+115+33=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 115 (45.31% from 255 or 68.45% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 115 - color contains mainly: green. Hex color #147321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147321 is #EB8CDE. Grayscale: #4D4D4D. Windows color (decimal): -15437023 or 2192148. OLE color: 2192148.

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

Color convert

RGB 20 115 33 -
CMYK 0.83 0 0.71 0.55
HSL 128.21º 0.7% 0.26% -
HSV(B) 128.21º 0.83% 0.45% -
XYZ 6.69 12.52 3.5 -
YUV 77.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 20 115 33 0.83 0 0.71 0.55 128.21 0.7 0.26
Hex 14 73 21 53 0 47 37 80 46 1A
Octal 24 163 41 123 0 107 67 200 106 32
Binary 10100 1110011 100001 1010011 0 1000111 110111 10000000 1000110 11010

Color Harmonies of #147321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147321

Black with #147321

Text Example


Text Example

White with #147321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147321; }

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

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

background-color css

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

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

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

border-color css

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

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

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