#223423

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

Shades of Gordons Green #223423

Tints of Gordons Green #223423

Color information

#223423 (or 0x223423) is unknown color: approx Gordons Green. HEX triplet: 22, 34 and 23. RGB value is (34,52,35). Sum of RGB (Red+Green+Blue) = 34+52+35=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #223423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223423 is #DDCBDC. Grayscale: #2C2C2C. Windows color (decimal): -14535645 or 2307106. OLE color: 2307106.

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

Color convert

RGB345235-
CMYK0.3500.330.80
HSL123.33º20.93%16.86%-
HSV(B)123.33º34.62%20.39%-
XYZ2.192.922.04-
YUV44.68122.54120.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.10%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 35 (14.06% from 255) = 28.93%
R=28.10%
G=42.98%
B=28.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3452350.3500.330.80123.3320.9316.86
Hex22342323021507b1511
Octal426443430411201732521
Binary1000101101001000111000110100001101000011110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223423; }

 p { color: rgb(34,52,35); }

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

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

 a { background-color: rgb(34,52,35); }

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

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

 span { border-color: rgb(34,52,35); }

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