Html Css Color HEX #27362E Holly

📋 copy color: '#27362E'

red 39 ◦ green 54 ◦ blue 46

#27362E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Holly #27362E

Tints of Holly #27362E

RGB

 RED value IS 39 (15.63% from 255) = 28.06%

 GREEN value IS 54 (21.48% from 255) = 38.85%

 BLUE value IS 46 (18.36% from 255) = 33.09%

R = 28.06%
G = 38.85%
B = 33.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#27362E (or 0x27362E) is known color: Holly. HEX triplet: 27, 36 and 2E. RGB value is (39,54,46). Sum of RGB (Red+Green+Blue) = 39+54+46=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 54 - color contains mainly: green. Hex color #27362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27362E is #D8C9D1. Grayscale: #303030. Windows color (decimal): -14207442 or 3028519. OLE color: 3028519.

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

Color convert

RGB 39 54 46 -
CMYK 0.28 0 0.15 0.79
HSL 148º 0.16% 0.18% -
HSV(B) 148º 0.28% 0.21% -
XYZ 2.65 3.27 3.08 -
YUV 48.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 39 54 46 0.28 0 0.15 0.79 148 0.16 0.18
Hex 27 36 2E 1C 0 F 4F 94 10 12
Octal 47 66 56 34 0 17 117 224 20 22
Binary 100111 110110 101110 11100 0 1111 1001111 10010100 10000 10010

Color Harmonies of #27362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27362E

Black with #27362E

Text Example


Text Example

White with #27362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27362E;
 }
 .AnyTagClassName
 {
   color: #27362E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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