#25582A

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

Shades of Parsley #25582A

Tints of Parsley #25582A

Color information

#25582A (or 0x25582A) is unknown color: approx Parsley. HEX triplet: 25, 58 and 2A. RGB value is (37,88,42). Sum of RGB (Red+Green+Blue) = 37+88+42=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #25582A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25582A is #DAA7D5. Grayscale: #434343. Windows color (decimal): -14329814 or 2775077. OLE color: 2775077.

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

Color convert

RGB378842-
CMYK0.5800.520.65
HSL125.88º40.8%24.51%-
HSV(B)125.88º57.95%34.51%-
XYZ4.677.543.4-
YUV67.51113.6106.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 88 (34.77% from 255) = 52.69%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=22.16%
G=52.69%
B=25.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3788420.5800.520.65125.8840.824.51
Hex25582A3A034417e2919
Octal4513052720641011765131
Binary100101101100010101011101001101001000001111111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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