#26342C

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

Shades of Holly #26342C

Tints of Holly #26342C

Color information

#26342C (or 0x26342C) is unknown color: approx Holly. HEX triplet: 26, 34 and 2C. RGB value is (38,52,44). Sum of RGB (Red+Green+Blue) = 38+52+44=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 52 - color contains mainly: green. Hex color #26342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26342C is #D9CBD3. Grayscale: #2E2E2E. Windows color (decimal): -14273492 or 2896934. OLE color: 2896934.

HSL color Cylindrical-coordinate representation of color #26342C: hue angle of 145.71º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #26342C is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB385244-
CMYK0.2700.150.80
HSL145.71º15.56%17.65%-
HSV(B)145.71º26.92%20.39%-
XYZ2.483.052.84-
YUV46.9126.36121.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.36%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=28.36%
G=38.81%
B=32.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3852440.2700.150.80145.7115.5617.65
Hex26342C1B0F50921012
Octal466454330171202222022
Binary10011011010010110011011011111010000100100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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