#25582D

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

Shades of Parsley #25582D

Tints of Parsley #25582D

Color information

#25582D (or 0x25582D) is unknown color: approx Parsley. HEX triplet: 25, 58 and 2D. RGB value is (37,88,45). Sum of RGB (Red+Green+Blue) = 37+88+45=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #25582D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25582D is #DAA7D2. Grayscale: #434343. Windows color (decimal): -14329811 or 2971685. OLE color: 2971685.

HSL color Cylindrical-coordinate representation of color #25582D: hue angle of 129.41º 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 #25582D is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB378845-
CMYK0.5800.490.65
HSL129.41º40.8%24.51%-
HSV(B)129.41º57.95%34.51%-
XYZ4.737.563.69-
YUV67.85115.1106-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 88 (34.77% from 255) = 51.76%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=21.76%
G=51.76%
B=26.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3788450.5800.490.65129.4140.824.51
Hex25582D3A03141812919
Octal4513055720611012015131
Binary1001011011000101101111010011000110000011000000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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