#265F14

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

Shades of Myrtle #265F14

Tints of Myrtle #265F14

Color information

#265F14 (or 0x265F14) is unknown color: approx Myrtle. HEX triplet: 26, 5F and 14. RGB value is (38,95,20). Sum of RGB (Red+Green+Blue) = 38+95+20=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 95 (37.5% from 255 or 62.09% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 95 - color contains mainly: green. Hex color #265F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265F14 is #D9A0EB. Grayscale: #454545. Windows color (decimal): -14262508 or 1335078. OLE color: 1335078.

HSL color Cylindrical-coordinate representation of color #265F14: hue angle of 105.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265F14 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB389520-
CMYK0.6000.790.63
HSL105.6º65.22%22.55%-
HSV(B)105.6º78.95%37.25%-
XYZ5.028.652.07-
YUV69.41100.12105.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 95 (37.5% from 255) = 62.09%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=24.84%
G=62.09%
B=13.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3895200.6000.790.63105.665.2222.55
Hex265F143C04F3F6a4117
Octal46137247401177715210127
Binary100110101111110100111100010011111111111101010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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