#22542B

Color #22542B Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #22542B

Tints of Parsley #22542B

Color information

#22542B (or 0x22542B) is unknown color: approx Parsley. HEX triplet: 22, 54 and 2B. RGB value is (34,84,43). Sum of RGB (Red+Green+Blue) = 34+84+43=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #22542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22542B is #DDABD4. Grayscale: #404040. Windows color (decimal): -14527445 or 2839586. OLE color: 2839586.

HSL color Cylindrical-coordinate representation of color #22542B: hue angle of 130.8º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #22542B is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB348443-
CMYK0.6000.490.67
HSL130.8º42.37%23.14%-
HSV(B)130.8º59.52%32.94%-
XYZ4.276.863.38-
YUV64.38115.94106.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.12%
GREEN value IS 84 (33.20% from 255) = 52.17%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=21.12%
G=52.17%
B=26.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3484430.6000.490.67130.842.3723.14
Hex22542B3C03143832a17
Octal4212453740611032035227
Binary1000101010100101011111100011000110000111000001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22542B; }

 p { color: rgb(34,84,43); }

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

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

 a { background-color: rgb(34,84,43); }

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

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

 span { border-color: rgb(34,84,43); }

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