#25552A

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

Shades of Parsley #25552A

Tints of Parsley #25552A

Color information

#25552A (or 0x25552A) is unknown color: approx Parsley. HEX triplet: 25, 55 and 2A. RGB value is (37,85,42). Sum of RGB (Red+Green+Blue) = 37+85+42=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #25552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25552A is #DAAAD5. Grayscale: #414141. Windows color (decimal): -14330582 or 2774309. OLE color: 2774309.

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

Color convert

RGB378542-
CMYK0.5600.510.67
HSL126.25º39.34%23.92%-
HSV(B)126.25º56.47%33.33%-
XYZ4.437.063.32-
YUV65.75114.6107.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=22.56%
G=51.83%
B=25.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785420.5600.510.67126.2539.3423.92
Hex25552A38033437e2718
Octal4512552700631031764730
Binary100101101010110101011100001100111000011111111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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