#294436

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

Shades of English Holly #294436

Tints of English Holly #294436

Color information

#294436 (or 0x294436) is unknown color: approx English Holly. HEX triplet: 29, 44 and 36. RGB value is (41,68,54). Sum of RGB (Red+Green+Blue) = 41+68+54=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 68 - color contains mainly: green. Hex color #294436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294436 is #D6BBC9. Grayscale: #3A3A3A. Windows color (decimal): -14072778 or 3556393. OLE color: 3556393.

HSL color Cylindrical-coordinate representation of color #294436: hue angle of 148.89º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #294436 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB416854-
CMYK0.4000.210.73
HSL148.89º24.77%21.37%-
HSV(B)148.89º39.71%26.67%-
XYZ3.654.874.24-
YUV58.33125.55115.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 68 (26.95% from 255) = 41.72%
BLUE value IS 54 (21.48% from 255) = 33.13%
R=25.15%
G=41.72%
B=33.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168540.4000.210.73148.8924.7721.37
Hex2944362801549951915
Octal5110466500251112253125
Binary10100110001001101101010000101011001001100101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294436; }

 p { color: rgb(41,68,54); }

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

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

 a { background-color: rgb(41,68,54); }

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

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

 span { border-color: rgb(41,68,54); }

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