#264033

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

Shades of English Holly #264033

Tints of English Holly #264033

Color information

#264033 (or 0x264033) is unknown color: approx English Holly. HEX triplet: 26, 40 and 33. RGB value is (38,64,51). Sum of RGB (Red+Green+Blue) = 38+64+51=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #264033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264033 is #D9BFCC. Grayscale: #363636. Windows color (decimal): -14270413 or 3358758. OLE color: 3358758.

HSL color Cylindrical-coordinate representation of color #264033: hue angle of 150º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #264033 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB386451-
CMYK0.4100.200.75
HSL150º25.49%20%-
HSV(B)150º40.62%25.1%-
XYZ3.234.323.8-
YUV54.74125.89116.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 51 (20.31% from 255) = 33.33%
R=24.84%
G=41.83%
B=33.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864510.4100.200.7515025.4920
Hex264033290144B961914
Octal4610063510241132263124
Binary10011010000001100111010010101001001011100101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264033; }

 p { color: rgb(38,64,51); }

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

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

 a { background-color: rgb(38,64,51); }

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

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

 span { border-color: rgb(38,64,51); }

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