#27552c

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

Shades of Parsley #27552C

Tints of Parsley #27552C

Color information

#27552C (or 0x27552C) is unknown color: approx Parsley. HEX triplet: 27, 55 and 2C. RGB value is (39,85,44). Sum of RGB (Red+Green+Blue) = 39+85+44=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #27552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27552C is #D8AAD3. Grayscale: #424242. Windows color (decimal): -14199508 or 2905383. OLE color: 2905383.

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

Color convert

RGB398544-
CMYK0.5400.480.67
HSL126.52º37.1%24.31%-
HSV(B)126.52º54.12%33.33%-
XYZ4.547.113.52-
YUV66.57115.26108.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=23.21%
G=50.60%
B=26.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3985440.5400.480.67126.5237.124.31
Hex27552C36030437f2518
Octal4712554660601031774530
Binary100111101010110110011011001100001000011111111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27552c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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