#27542A

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

Shades of Parsley #27542A

Tints of Parsley #27542A

Color information

#27542A (or 0x27542A) is unknown color: approx Parsley. HEX triplet: 27, 54 and 2A. RGB value is (39,84,42). Sum of RGB (Red+Green+Blue) = 39+84+42=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #27542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27542A is #D8ABD5. Grayscale: #414141. Windows color (decimal): -14199766 or 2774055. OLE color: 2774055.

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

Color convert

RGB398442-
CMYK0.5400.50.67
HSL124º36.59%24.12%-
HSV(B)124º53.57%32.94%-
XYZ4.426.943.3-
YUV65.76114.59108.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 84 (33.20% from 255) = 50.91%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=23.64%
G=50.91%
B=25.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3984420.5400.50.6712436.5924.12
Hex27542A36032437c2518
Octal4712452660621031744530
Binary100111101010010101011011001100101000011111110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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