#255328

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

Shades of Parsley #255328

Tints of Parsley #255328

Color information

#255328 (or 0x255328) is unknown color: approx Parsley. HEX triplet: 25, 53 and 28. RGB value is (37,83,40). Sum of RGB (Red+Green+Blue) = 37+83+40=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #255328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255328 is #DAACD7. Grayscale: #404040. Windows color (decimal): -14331096 or 2642725. OLE color: 2642725.

HSL color Cylindrical-coordinate representation of color #255328: hue angle of 123.91º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255328 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB378340-
CMYK0.5500.520.67
HSL123.91º38.33%23.53%-
HSV(B)123.91º55.42%32.55%-
XYZ4.246.733.08-
YUV64.34114.26108.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 83 (32.81% from 255) = 51.88%
BLUE value IS 40 (16.02% from 255) = 25%
R=23.12%
G=51.88%
B=25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3783400.5500.520.67123.9138.3323.53
Hex25532837034437c2618
Octal4512350670641031744630
Binary100101101001110100011011101101001000011111110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255328; }

 p { color: rgb(37,83,40); }

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

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

 a { background-color: rgb(37,83,40); }

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

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

 span { border-color: rgb(37,83,40); }

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