#264F20

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

Shades of Myrtle #264F20

Tints of Myrtle #264F20

Color information

#264F20 (or 0x264F20) is unknown color: approx Myrtle. HEX triplet: 26, 4F and 20. RGB value is (38,79,32). Sum of RGB (Red+Green+Blue) = 38+79+32=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #264F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264F20 is #D9B0DF. Grayscale: #3D3D3D. Windows color (decimal): -14266592 or 2117414. OLE color: 2117414.

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

Color convert

RGB387932-
CMYK0.5200.590.69
HSL112.34º42.34%21.76%-
HSV(B)112.34º59.49%30.98%-
XYZ3.866.112.34-
YUV61.38111.42111.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 79 (31.25% from 255) = 53.02%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=25.50%
G=53.02%
B=21.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3879320.5200.590.69112.3442.3421.76
Hex264F203403B45702a16
Octal4611740640731051605226
Binary100110100111110000011010001110111000101111000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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