#225039

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

Shades of County Green #225039

Tints of County Green #225039

Color information

#225039 (or 0x225039) is unknown color: approx County Green. HEX triplet: 22, 50 and 39. RGB value is (34,80,57). Sum of RGB (Red+Green+Blue) = 34+80+57=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #225039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225039 is #DDAFC6. Grayscale: #3F3F3F. Windows color (decimal): -14528455 or 3756066. OLE color: 3756066.

HSL color Cylindrical-coordinate representation of color #225039: hue angle of 150º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225039 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB348057-
CMYK0.5800.290.69
HSL150º40.35%22.35%-
HSV(B)150º57.5%31.37%-
XYZ4.276.374.88-
YUV63.62124.26106.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=19.88%
G=46.78%
B=33.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480570.5800.290.6915040.3522.35
Hex2250393A01D45962816
Octal4212071720351052265026
Binary100010101000011100111101001110110001011001011010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225039; }

 p { color: rgb(34,80,57); }

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

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

 a { background-color: rgb(34,80,57); }

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

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

 span { border-color: rgb(34,80,57); }

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