#265B14

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

Shades of Myrtle #265B14

Tints of Myrtle #265B14

Color information

#265B14 (or 0x265B14) is unknown color: approx Myrtle. HEX triplet: 26, 5B and 14. RGB value is (38,91,20). Sum of RGB (Red+Green+Blue) = 38+91+20=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 91 (35.94% from 255 or 61.07% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 91 - color contains mainly: green. Hex color #265B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265B14 is #D9A4EB. Grayscale: #434343. Windows color (decimal): -14263532 or 1334054. OLE color: 1334054.

HSL color Cylindrical-coordinate representation of color #265B14: hue angle of 104.79º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #265B14 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB389120-
CMYK0.5800.780.64
HSL104.79º63.96%21.76%-
HSV(B)104.79º78.02%35.69%-
XYZ4.677.941.95-
YUV67.06101.44107.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 91 (35.94% from 255) = 61.07%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=25.50%
G=61.07%
B=13.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3891200.5800.780.64104.7963.9621.76
Hex265B143A04E40694016
Octal461332472011610015110026
Binary1001101011011101001110100100111010000001101001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265B14; }

 p { color: rgb(38,91,20); }

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

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

 a { background-color: rgb(38,91,20); }

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

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

 span { border-color: rgb(38,91,20); }

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