#26372D

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

Shades of Holly #26372D

Tints of Holly #26372D

Color information

#26372D (or 0x26372D) is unknown color: approx Holly. HEX triplet: 26, 37 and 2D. RGB value is (38,55,45). Sum of RGB (Red+Green+Blue) = 38+55+45=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #26372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26372D is #D9C8D2. Grayscale: #303030. Windows color (decimal): -14272723 or 2963238. OLE color: 2963238.

HSL color Cylindrical-coordinate representation of color #26372D: hue angle of 144.71º 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 #26372D is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB385545-
CMYK0.3100.180.78
HSL144.71º18.28%18.24%-
HSV(B)144.71º30.91%21.57%-
XYZ2.643.332.99-
YUV48.78125.87120.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=27.54%
G=39.86%
B=32.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3855450.3100.180.78144.7118.2818.24
Hex26372D1F0124E911212
Octal466755370221162212222
Binary100110110111101101111110100101001110100100011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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