#27362D

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

Shades of Holly #27362D

Tints of Holly #27362D

Color information

#27362D (or 0x27362D) is unknown color: approx Holly. HEX triplet: 27, 36 and 2D. RGB value is (39,54,45). Sum of RGB (Red+Green+Blue) = 39+54+45=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 54 - color contains mainly: green. Hex color #27362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27362D is #D8C9D2. Grayscale: #303030. Windows color (decimal): -14207443 or 2962983. OLE color: 2962983.

HSL color Cylindrical-coordinate representation of color #27362D: hue angle of 144º 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 #27362D is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB395445-
CMYK0.2800.170.79
HSL144º16.13%18.24%-
HSV(B)144º27.78%21.18%-
XYZ2.633.262.97-
YUV48.49126.03121.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=28.26%
G=39.13%
B=32.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3954450.2800.170.7914416.1318.24
Hex27362D1C0114F901012
Octal476655340211172202022
Binary100111110110101101111000100011001111100100001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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