#27552D

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

Shades of Parsley #27552D

Tints of Parsley #27552D

Color information

#27552D (or 0x27552D) is unknown color: approx Parsley. HEX triplet: 27, 55 and 2D. RGB value is (39,85,45). Sum of RGB (Red+Green+Blue) = 39+85+45=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #27552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27552D is #D8AAD2. Grayscale: #424242. Windows color (decimal): -14199507 or 2970919. OLE color: 2970919.

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

Color convert

RGB398545-
CMYK0.5400.470.67
HSL127.83º37.1%24.31%-
HSV(B)127.83º54.12%33.33%-
XYZ4.567.123.62-
YUV66.69115.76108.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=23.08%
G=50.30%
B=26.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3985450.5400.470.67127.8337.124.31
Hex27552D3602F43802518
Octal4712555660571032004530
Binary1001111010101101101110110010111110000111000000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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