#26362C

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

Shades of Holly #26362C

Tints of Holly #26362C

Color information

#26362C (or 0x26362C) is unknown color: approx Holly. HEX triplet: 26, 36 and 2C. RGB value is (38,54,44). Sum of RGB (Red+Green+Blue) = 38+54+44=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 54 - color contains mainly: green. Hex color #26362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26362C is #D9C9D3. Grayscale: #303030. Windows color (decimal): -14272980 or 2897446. OLE color: 2897446.

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

Color convert

RGB385444-
CMYK0.3000.190.79
HSL142.5º17.39%18.04%-
HSV(B)142.5º29.63%21.18%-
XYZ2.573.232.87-
YUV48.08125.7120.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.94%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=27.94%
G=39.71%
B=32.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3854440.3000.190.79142.517.3918.04
Hex26362C1E0134F8e1112
Octal466654360231172162122
Binary100110110110101100111100100111001111100011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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