#27532B

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

Shades of Parsley #27532B

Tints of Parsley #27532B

Color information

#27532B (or 0x27532B) is unknown color: approx Parsley. HEX triplet: 27, 53 and 2B. RGB value is (39,83,43). Sum of RGB (Red+Green+Blue) = 39+83+43=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #27532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27532B is #D8ACD4. Grayscale: #414141. Windows color (decimal): -14200021 or 2839335. OLE color: 2839335.

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

Color convert

RGB398343-
CMYK0.5300.480.67
HSL125.45º36.07%23.92%-
HSV(B)125.45º53.01%32.55%-
XYZ4.376.793.37-
YUV65.28115.42109.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=23.64%
G=50.30%
B=26.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983430.5300.480.67125.4536.0723.92
Hex27532B35030437d2418
Octal4712353650601031754430
Binary100111101001110101111010101100001000011111110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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