#25542A

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

Shades of Parsley #25542A

Tints of Parsley #25542A

Color information

#25542A (or 0x25542A) is unknown color: approx Parsley. HEX triplet: 25, 54 and 2A. RGB value is (37,84,42). Sum of RGB (Red+Green+Blue) = 37+84+42=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #25542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25542A is #DAABD5. Grayscale: #414141. Windows color (decimal): -14330838 or 2774053. OLE color: 2774053.

HSL color Cylindrical-coordinate representation of color #25542A: hue angle of 126.38º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #25542A is Cyan = 0.56, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB378442-
CMYK0.5600.50.67
HSL126.38º38.84%23.73%-
HSV(B)126.38º55.95%32.94%-
XYZ4.356.93.29-
YUV65.16114.93107.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 84 (33.20% from 255) = 51.53%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=22.70%
G=51.53%
B=25.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3784420.5600.50.67126.3838.8423.73
Hex25542A38032437e2718
Octal4512452700621031764730
Binary100101101010010101011100001100101000011111111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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