#223324

Color #223324 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #223324

Tints of Gordons Green #223324

Color information

#223324 (or 0x223324) is unknown color: approx Gordons Green. HEX triplet: 22, 33 and 24. RGB value is (34,51,36). Sum of RGB (Red+Green+Blue) = 34+51+36=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #223324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223324 is #DDCCDB. Grayscale: #2C2C2C. Windows color (decimal): -14535900 or 2372386. OLE color: 2372386.

HSL color Cylindrical-coordinate representation of color #223324: hue angle of 127.06º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #223324 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB345136-
CMYK0.3300.290.8
HSL127.06º20%16.67%-
HSV(B)127.06º33.33%20%-
XYZ2.162.842.1-
YUV44.21123.37120.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.10%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=28.10%
G=42.15%
B=29.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3451360.3300.290.8127.062016.67
Hex2233242101D507f1411
Octal426344410351201772421
Binary100010110011100100100001011101101000011111111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223324; }

 p { color: rgb(34,51,36); }

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

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

 a { background-color: rgb(34,51,36); }

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

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

 span { border-color: rgb(34,51,36); }

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