#224D3A

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

Shades of County Green #224D3A

Tints of County Green #224D3A

Color information

#224D3A (or 0x224D3A) is unknown color: approx County Green. HEX triplet: 22, 4D and 3A. RGB value is (34,77,58). Sum of RGB (Red+Green+Blue) = 34+77+58=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #224D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D3A is #DDB2C5. Grayscale: #3E3E3E. Windows color (decimal): -14529222 or 3820834. OLE color: 3820834.

HSL color Cylindrical-coordinate representation of color #224D3A: hue angle of 153.49º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224D3A is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB347758-
CMYK0.5600.250.70
HSL153.49º38.74%21.76%-
HSV(B)153.49º55.84%30.2%-
XYZ4.085.954.94-
YUV61.98125.75108.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 77 (30.47% from 255) = 45.56%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=20.12%
G=45.56%
B=34.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3477580.5600.250.70153.4938.7421.76
Hex224D3A3801946992716
Octal4211572700311062314726
Binary100010100110111101011100001100110001101001100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224D3A; }

 p { color: rgb(34,77,58); }

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

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

 a { background-color: rgb(34,77,58); }

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

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

 span { border-color: rgb(34,77,58); }

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