#264C25

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

Shades of Myrtle #264C25

Tints of Myrtle #264C25

Color information

#264C25 (or 0x264C25) is unknown color: approx Myrtle. HEX triplet: 26, 4C and 25. RGB value is (38,76,37). Sum of RGB (Red+Green+Blue) = 38+76+37=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #264C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C25 is #D9B3DA. Grayscale: #3C3C3C. Windows color (decimal): -14267355 or 2444326. OLE color: 2444326.

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

Color convert

RGB387637-
CMYK0.500.510.70
HSL118.46º34.51%22.16%-
HSV(B)118.46º51.32%29.8%-
XYZ3.725.712.66-
YUV60.19114.91112.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 76 (30.08% from 255) = 50.33%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=25.17%
G=50.33%
B=24.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3876370.500.510.70118.4634.5122.16
Hex264C253203346762316
Octal4611445620631061664326
Binary100110100110010010111001001100111000110111011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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