#27542D

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

Shades of Parsley #27542D

Tints of Parsley #27542D

Color information

#27542D (or 0x27542D) is unknown color: approx Parsley. HEX triplet: 27, 54 and 2D. RGB value is (39,84,45). Sum of RGB (Red+Green+Blue) = 39+84+45=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #27542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27542D is #D8ABD2. Grayscale: #424242. Windows color (decimal): -14199763 or 2970663. OLE color: 2970663.

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

Color convert

RGB398445-
CMYK0.5400.460.67
HSL128º36.59%24.12%-
HSV(B)128º53.57%32.94%-
XYZ4.486.963.59-
YUV66.1116.09108.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=23.21%
G=50%
B=26.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3984450.5400.460.6712836.5924.12
Hex27542D3602E43802518
Octal4712455660561032004530
Binary1001111010100101101110110010111010000111000000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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