#25552D

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

Shades of Parsley #25552D

Tints of Parsley #25552D

Color information

#25552D (or 0x25552D) is unknown color: approx Parsley. HEX triplet: 25, 55 and 2D. RGB value is (37,85,45). Sum of RGB (Red+Green+Blue) = 37+85+45=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #25552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25552D is #DAAAD2. Grayscale: #424242. Windows color (decimal): -14330579 or 2970917. OLE color: 2970917.

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

Color convert

RGB378545-
CMYK0.5600.470.67
HSL130º39.34%23.92%-
HSV(B)130º56.47%33.33%-
XYZ4.497.083.61-
YUV66.09116.1107.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=22.16%
G=50.90%
B=26.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785450.5600.470.6713039.3423.92
Hex25552D3802F43822718
Octal4512555700571032024730
Binary1001011010101101101111000010111110000111000001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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