#25552B

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

Shades of Parsley #25552B

Tints of Parsley #25552B

Color information

#25552B (or 0x25552B) is unknown color: approx Parsley. HEX triplet: 25, 55 and 2B. RGB value is (37,85,43). Sum of RGB (Red+Green+Blue) = 37+85+43=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #25552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25552B is #DAAAD4. Grayscale: #414141. Windows color (decimal): -14330581 or 2839845. OLE color: 2839845.

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

Color convert

RGB378543-
CMYK0.5600.490.67
HSL127.5º39.34%23.92%-
HSV(B)127.5º56.47%33.33%-
XYZ4.457.063.41-
YUV65.86115.1107.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=22.42%
G=51.52%
B=26.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785430.5600.490.67127.539.3423.92
Hex25552B3803143802718
Octal4512553700611032004730
Binary1001011010101101011111000011000110000111000000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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