#27572A

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

Shades of Parsley #27572A

Tints of Parsley #27572A

Color information

#27572A (or 0x27572A) is unknown color: approx Parsley. HEX triplet: 27, 57 and 2A. RGB value is (39,87,42). Sum of RGB (Red+Green+Blue) = 39+87+42=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #27572A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27572A is #D8A8D5. Grayscale: #434343. Windows color (decimal): -14198998 or 2774823. OLE color: 2774823.

HSL color Cylindrical-coordinate representation of color #27572A: hue angle of 123.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #27572A is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB398742-
CMYK0.5500.520.66
HSL123.75º38.1%24.71%-
HSV(B)123.75º55.17%34.12%-
XYZ4.667.413.38-
YUV67.52113.6107.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 87 (34.38% from 255) = 51.79%
BLUE value IS 42 (16.80% from 255) = 25%
R=23.21%
G=51.79%
B=25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3987420.5500.520.66123.7538.124.71
Hex27572A37034427c2619
Octal4712752670641021744631
Binary100111101011110101011011101101001000010111110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27572A; }

 p { color: rgb(39,87,42); }

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

<style>
 a { background-color: #27572A; }

 a { background-color: rgb(39,87,42); }

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

<style>
 span { border-color: #27572A; }

 span { border-color: rgb(39,87,42); }

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