#265D14

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

Shades of Myrtle #265D14

Tints of Myrtle #265D14

Color information

#265D14 (or 0x265D14) is unknown color: approx Myrtle. HEX triplet: 26, 5D and 14. RGB value is (38,93,20). Sum of RGB (Red+Green+Blue) = 38+93+20=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 93 (36.72% from 255 or 61.59% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 93 - color contains mainly: green. Hex color #265D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265D14 is #D9A2EB. Grayscale: #444444. Windows color (decimal): -14263020 or 1334566. OLE color: 1334566.

HSL color Cylindrical-coordinate representation of color #265D14: hue angle of 105.21º degrees, saturation: 0.65, 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 #265D14 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB389320-
CMYK0.5900.780.64
HSL105.21º64.6%22.16%-
HSV(B)105.21º78.49%36.47%-
XYZ4.848.292.01-
YUV68.23100.78106.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 93 (36.72% from 255) = 61.59%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=25.17%
G=61.59%
B=13.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3893200.5900.780.64105.2164.622.16
Hex265D143B04E40694116
Octal461352473011610015110126
Binary1001101011101101001110110100111010000001101001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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