#27362C

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

Shades of Holly #27362C

Tints of Holly #27362C

Color information

#27362C (or 0x27362C) is unknown color: approx Holly. HEX triplet: 27, 36 and 2C. RGB value is (39,54,44). Sum of RGB (Red+Green+Blue) = 39+54+44=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 54 - color contains mainly: green. Hex color #27362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27362C is #D8C9D3. Grayscale: #303030. Windows color (decimal): -14207444 or 2897447. OLE color: 2897447.

HSL color Cylindrical-coordinate representation of color #27362C: hue angle of 140º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #27362C is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB395444-
CMYK0.2800.190.79
HSL140º16.13%18.24%-
HSV(B)140º27.78%21.18%-
XYZ2.613.252.87-
YUV48.37125.53121.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.47%
GREEN value IS 54 (21.48% from 255) = 39.42%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=28.47%
G=39.42%
B=32.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3954440.2800.190.7914016.1318.24
Hex27362C1C0134F8c1012
Octal476654340231172142022
Binary100111110110101100111000100111001111100011001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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