#27542E

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

Shades of Parsley #27542E

Tints of Parsley #27542E

Color information

#27542E (or 0x27542E) is unknown color: approx Parsley. HEX triplet: 27, 54 and 2E. RGB value is (39,84,46). Sum of RGB (Red+Green+Blue) = 39+84+46=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #27542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27542E is #D8ABD1. Grayscale: #424242. Windows color (decimal): -14199762 or 3036199. OLE color: 3036199.

HSL color Cylindrical-coordinate representation of color #27542E: hue angle of 129.33º 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 #27542E is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB398446-
CMYK0.5400.450.67
HSL129.33º36.59%24.12%-
HSV(B)129.33º53.57%32.94%-
XYZ4.56.973.69-
YUV66.21116.59108.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 84 (33.20% from 255) = 49.70%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=23.08%
G=49.70%
B=27.22%

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
Decimal3984460.5400.450.67129.3336.5924.12
Hex27542E3602D43812518
Octal4712456660551032014530
Binary1001111010100101110110110010110110000111000000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27542E; }

 p { color: rgb(39,84,46); }

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

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

 a { background-color: rgb(39,84,46); }

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

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

 span { border-color: rgb(39,84,46); }

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