#26372C

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

Shades of Holly #26372C

Tints of Holly #26372C

Color information

#26372C (or 0x26372C) is unknown color: approx Holly. HEX triplet: 26, 37 and 2C. RGB value is (38,55,44). Sum of RGB (Red+Green+Blue) = 38+55+44=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 55 - color contains mainly: green. Hex color #26372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26372C is #D9C8D3. Grayscale: #303030. Windows color (decimal): -14272724 or 2897702. OLE color: 2897702.

HSL color Cylindrical-coordinate representation of color #26372C: hue angle of 141.18º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #26372C is Cyan = 0.31, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB385544-
CMYK0.3100.20.78
HSL141.18º18.28%18.24%-
HSV(B)141.18º30.91%21.57%-
XYZ2.623.332.89-
YUV48.66125.37120.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 55 (21.88% from 255) = 40.15%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=27.74%
G=40.15%
B=32.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3855440.3100.20.78141.1818.2818.24
Hex26372C1F0144E8d1212
Octal466754370241162152222
Binary100110110111101100111110101001001110100011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,55,44); }

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

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

 a { background-color: rgb(38,55,44); }

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

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

 span { border-color: rgb(38,55,44); }

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