#27532C

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

Shades of Parsley #27532C

Tints of Parsley #27532C

Color information

#27532C (or 0x27532C) is unknown color: approx Parsley. HEX triplet: 27, 53 and 2C. RGB value is (39,83,44). Sum of RGB (Red+Green+Blue) = 39+83+44=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #27532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27532C is #D8ACD3. Grayscale: #414141. Windows color (decimal): -14200020 or 2904871. OLE color: 2904871.

HSL color Cylindrical-coordinate representation of color #27532C: hue angle of 126.82º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #27532C is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB398344-
CMYK0.5300.470.67
HSL126.82º36.07%23.92%-
HSV(B)126.82º53.01%32.55%-
XYZ4.386.83.46-
YUV65.4115.92109.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=23.49%
G=50%
B=26.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983440.5300.470.67126.8236.0723.92
Hex27532C3502F437f2418
Octal4712354650571031774430
Binary100111101001110110011010101011111000011111111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27532C; }

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

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

<style>
 a { background-color: #27532C; }

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

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

<style>
 span { border-color: #27532C; }

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

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