#265E0F

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

Shades of Myrtle #265E0F

Tints of Myrtle #265E0F

Color information

#265E0F (or 0x265E0F) is unknown color: approx Myrtle. HEX triplet: 26, 5E and 0F. RGB value is (38,94,15). Sum of RGB (Red+Green+Blue) = 38+94+15=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 94 (37.11% from 255 or 63.95% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 94 - color contains mainly: green. Hex color #265E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265E0F is #D9A1F0. Grayscale: #444444. Windows color (decimal): -14262769 or 1007142. OLE color: 1007142.

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

Color convert

RGB389415-
CMYK0.6000.840.63
HSL102.53º72.48%21.37%-
HSV(B)102.53º84.04%36.86%-
XYZ4.898.451.83-
YUV68.2597.95106.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 94 (37.11% from 255) = 63.95%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=25.85%
G=63.95%
B=10.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3894150.6000.840.63102.5372.4821.37
Hex265EF3C0543F674815
Octal46136177401247714711025
Binary10011010111101111111100010101001111111100111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,94,15); }

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

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

 a { background-color: rgb(38,94,15); }

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

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

 span { border-color: rgb(38,94,15); }

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