#25572F

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

Shades of Parsley #25572F

Tints of Parsley #25572F

Color information

#25572F (or 0x25572F) is unknown color: approx Parsley. HEX triplet: 25, 57 and 2F. RGB value is (37,87,47). Sum of RGB (Red+Green+Blue) = 37+87+47=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #25572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25572F is #DAA8D0. Grayscale: #434343. Windows color (decimal): -14330065 or 3102501. OLE color: 3102501.

HSL color Cylindrical-coordinate representation of color #25572F: hue angle of 132º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25572F is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB378747-
CMYK0.5700.460.66
HSL132º40.32%24.31%-
HSV(B)132º57.47%34.12%-
XYZ4.687.413.87-
YUV67.49116.44106.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 87 (34.38% from 255) = 50.88%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=21.64%
G=50.88%
B=27.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3787470.5700.460.6613240.3224.31
Hex25572F3902E42842818
Octal4512757710561022045030
Binary1001011010111101111111001010111010000101000010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25572F; }

 p { color: rgb(37,87,47); }

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

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

 a { background-color: rgb(37,87,47); }

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

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

 span { border-color: rgb(37,87,47); }

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