#264F28

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

Shades of Myrtle #264F28

Tints of Myrtle #264F28

Color information

#264F28 (or 0x264F28) is unknown color: approx Myrtle. HEX triplet: 26, 4F and 28. RGB value is (38,79,40). Sum of RGB (Red+Green+Blue) = 38+79+40=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 79 (31.25% from 255 or 50.32% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 79 - color contains mainly: green. Hex color #264F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264F28 is #D9B0D7. Grayscale: #3E3E3E. Windows color (decimal): -14266584 or 2641702. OLE color: 2641702.

HSL color Cylindrical-coordinate representation of color #264F28: hue angle of 122.93º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264F28 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB387940-
CMYK0.5200.490.69
HSL122.93º35.04%22.94%-
HSV(B)122.93º51.9%30.98%-
XYZ3.986.162.99-
YUV62.3115.42110.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 79 (31.25% from 255) = 50.32%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=24.20%
G=50.32%
B=25.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3879400.5200.490.69122.9335.0422.94
Hex264F2834031457b2317
Octal4611750640611051734327
Binary100110100111110100011010001100011000101111101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,79,40); }

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

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

 a { background-color: rgb(38,79,40); }

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

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

 span { border-color: rgb(38,79,40); }

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