#25562A

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

Shades of Parsley #25562A

Tints of Parsley #25562A

Color information

#25562A (or 0x25562A) is unknown color: approx Parsley. HEX triplet: 25, 56 and 2A. RGB value is (37,86,42). Sum of RGB (Red+Green+Blue) = 37+86+42=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #25562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25562A is #DAA9D5. Grayscale: #424242. Windows color (decimal): -14330326 or 2774565. OLE color: 2774565.

HSL color Cylindrical-coordinate representation of color #25562A: hue angle of 126.12º 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 #25562A is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB378642-
CMYK0.5700.510.66
HSL126.12º39.84%24.12%-
HSV(B)126.12º56.98%33.73%-
XYZ4.517.223.35-
YUV66.33114.27107.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 86 (33.98% from 255) = 52.12%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=22.42%
G=52.12%
B=25.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3786420.5700.510.66126.1239.8424.12
Hex25562A39033427e2818
Octal4512652710631021765030
Binary100101101011010101011100101100111000010111111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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