#264C27

Color #264C27 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #264C27

Tints of Myrtle #264C27

Color information

#264C27 (or 0x264C27) is unknown color: approx Myrtle. HEX triplet: 26, 4C and 27. RGB value is (38,76,39). Sum of RGB (Red+Green+Blue) = 38+76+39=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #264C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C27 is #D9B3D8. Grayscale: #3C3C3C. Windows color (decimal): -14267353 or 2575398. OLE color: 2575398.

HSL color Cylindrical-coordinate representation of color #264C27: hue angle of 121.58º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C27 is Cyan = 0.5, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB387639-
CMYK0.500.490.70
HSL121.58º33.33%22.35%-
HSV(B)121.58º50%29.8%-
XYZ3.755.732.83-
YUV60.42115.91112.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 76 (30.08% from 255) = 49.67%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=24.84%
G=49.67%
B=25.49%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3876390.500.490.70121.5833.3322.35
Hex264C2732031467a2116
Octal4611447620611061724126
Binary100110100110010011111001001100011000110111101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264C27; }

 p { color: rgb(38,76,39); }

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

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

 a { background-color: rgb(38,76,39); }

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

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

 span { border-color: rgb(38,76,39); }

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