#22601D

Color #22601D San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #22601D

Tints of San Felix #22601D

Color information

#22601D (or 0x22601D) is unknown color: approx San Felix. HEX triplet: 22, 60 and 1D. RGB value is (34,96,29). Sum of RGB (Red+Green+Blue) = 34+96+29=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #22601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22601D is #DD9FE2. Grayscale: #464646. Windows color (decimal): -14524387 or 1925154. OLE color: 1925154.

HSL color Cylindrical-coordinate representation of color #22601D: hue angle of 115.52º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22601D is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB349629-
CMYK0.6500.700.62
HSL115.52º53.6%24.51%-
HSV(B)115.52º69.79%37.65%-
XYZ5.068.792.59-
YUV69.82104.96102.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 96 (37.89% from 255) = 60.38%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=21.38%
G=60.38%
B=18.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3496290.6500.700.62115.5253.624.51
Hex22601D410463E743619
Octal42140351010106761646631
Binary100010110000011101100000101000110111110111010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22601D; }

 p { color: rgb(34,96,29); }

 H1.HeaderClassName
 {
   color: #22601D;
 }
 .AnyTagClassName
 {
   color: #22601D;
 }
</style>
background-color css

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

 a { background-color: rgb(34,96,29); }

 div.DivClassName
 {
   background-color: #22601D;
 }
 .BgClassName
 {
   background-color: #22601D;
 }
</style>
border-color css

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

 span { border-color: rgb(34,96,29); }

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