#25522C

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

Shades of Parsley #25522C

Tints of Parsley #25522C

Color information

#25522C (or 0x25522C) is unknown color: approx Parsley. HEX triplet: 25, 52 and 2C. RGB value is (37,82,44). Sum of RGB (Red+Green+Blue) = 37+82+44=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #25522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25522C is #DAADD3. Grayscale: #404040. Windows color (decimal): -14331348 or 2904613. OLE color: 2904613.

HSL color Cylindrical-coordinate representation of color #25522C: hue angle of 129.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25522C is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB378244-
CMYK0.5500.460.68
HSL129.33º37.82%23.33%-
HSV(B)129.33º54.88%32.16%-
XYZ4.236.613.44-
YUV64.21116.59108.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 82 (32.42% from 255) = 50.31%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=22.70%
G=50.31%
B=26.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782440.5500.460.68129.3337.8223.33
Hex25522C3702E44812617
Octal4512254670561042014627
Binary1001011010010101100110111010111010001001000000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25522C; }

 p { color: rgb(37,82,44); }

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

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

 a { background-color: rgb(37,82,44); }

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

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

 span { border-color: rgb(37,82,44); }

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