Html Css Color HEX #167220 San Felix

📋 copy color: '#167220'

red 22 ◦ green 114 ◦ blue 32

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

Shades of San Felix #167220

Tints of San Felix #167220

RGB

 RED value IS 22 (8.98% from 255) = 13.1%

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

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

R = 13.1%
G = 67.86%
B = 19.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#167220 (or 0x167220) is known color: San Felix. HEX triplet: 16, 72 and 20. RGB value is (22,114,32). Sum of RGB (Red+Green+Blue) = 22+114+32=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 114 (44.92% from 255 or 67.86% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 114 - color contains mainly: green. Hex color #167220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167220 is #E98DDF. Grayscale: #4D4D4D. Windows color (decimal): -15306208 or 2126358. OLE color: 2126358.

HSL color Cylindrical-coordinate representation of color #167220: hue angle of 126.52º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #167220 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 114 32 -
CMYK 0.81 0 0.72 0.55
HSL 126.52º 0.68% 0.27% -
HSV(B) 126.52º 0.81% 0.45% -
XYZ 6.61 12.31 3.39 -
YUV 77.14 102.52 88.67 -
System Red Green Blue C M Y K H S L
Decimal 22 114 32 0.81 0 0.72 0.55 126.52 0.68 0.27
Hex 16 72 20 51 0 48 37 7F 44 1B
Octal 26 162 40 121 0 110 67 177 104 33
Binary 10110 1110010 100000 1010001 0 1001000 110111 1111111 1000100 11011

Color Harmonies of #167220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167220

Black with #167220

Text Example


Text Example

White with #167220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167220; }

 p { color: rgb(22,114,32); }

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

background-color css

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

 a { background-color: rgb(22,114,32); }

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

border-color css

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

 span { border-color: rgb(22,114,32); }

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