#27552F

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

Shades of Parsley #27552F

Tints of Parsley #27552F

Color information

#27552F (or 0x27552F) is unknown color: approx Parsley. HEX triplet: 27, 55 and 2F. RGB value is (39,85,47). Sum of RGB (Red+Green+Blue) = 39+85+47=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #27552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27552F is #D8AAD0. Grayscale: #434343. Windows color (decimal): -14199505 or 3101991. OLE color: 3101991.

HSL color Cylindrical-coordinate representation of color #27552F: hue angle of 130.43º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #27552F is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB398547-
CMYK0.5400.450.67
HSL130.43º37.1%24.31%-
HSV(B)130.43º54.12%33.33%-
XYZ4.67.133.82-
YUV66.91116.76108.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=22.81%
G=49.71%
B=27.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3985470.5400.450.67130.4337.124.31
Hex27552F3602D43822518
Octal4712557660551032024530
Binary1001111010101101111110110010110110000111000001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27552F; }

 p { color: rgb(39,85,47); }

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

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

 a { background-color: rgb(39,85,47); }

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

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

 span { border-color: rgb(39,85,47); }

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