#25582E

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

Shades of Parsley #25582E

Tints of Parsley #25582E

Color information

#25582E (or 0x25582E) is unknown color: approx Parsley. HEX triplet: 25, 58 and 2E. RGB value is (37,88,46). Sum of RGB (Red+Green+Blue) = 37+88+46=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #25582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25582E is #DAA7D1. Grayscale: #444444. Windows color (decimal): -14329810 or 3037221. OLE color: 3037221.

HSL color Cylindrical-coordinate representation of color #25582E: hue angle of 130.59º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #25582E is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB378846-
CMYK0.5800.480.65
HSL130.59º40.8%24.51%-
HSV(B)130.59º57.95%34.51%-
XYZ4.757.573.8-
YUV67.96115.6105.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 88 (34.77% from 255) = 51.46%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=21.64%
G=51.46%
B=26.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3788460.5800.480.65130.5940.824.51
Hex25582E3A03041832919
Octal4513056720601012035131
Binary1001011011000101110111010011000010000011000001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25582E; }

 p { color: rgb(37,88,46); }

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

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

 a { background-color: rgb(37,88,46); }

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

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

 span { border-color: rgb(37,88,46); }

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