#0E2605

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

Shades of Myrtle #0E2605

Tints of Myrtle #0E2605

Color information

#0E2605 (or 0x0E2605) is unknown color: approx Myrtle. HEX triplet: 0E, 26 and 05. RGB value is (14,38,5). Sum of RGB (Red+Green+Blue) = 14+38+5=57 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.56% from 57); Green value is 38 (15.23% from 255 or 66.67% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2605 is #F1D9FA. Grayscale: #1B1B1B. Windows color (decimal): -15849979 or 337422. OLE color: 337422.

HSL color Cylindrical-coordinate representation of color #0E2605: hue angle of 103.64º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E2605 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB14385-
CMYK0.6300.870.85
HSL103.64º76.74%8.43%-
HSV(B)103.64º86.84%14.9%-
XYZ0.91.490.38-
YUV27.06115.55118.68-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 24.56%
GREEN value IS 38 (15.23% from 255) = 66.67%
BLUE value IS 5 (2.34% from 255) = 8.77%
R=24.56%
G=66.67%
B=8.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal143850.6300.870.85103.6476.748.43
HexE2653F05755684d8
Octal1646577012712515011510
Binary1110100110101111111010101111010101110100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E2605; }

 p { color: rgb(14,38,5); }

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

<style>
 a { background-color: #0E2605; }

 a { background-color: rgb(14,38,5); }

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

<style>
 span { border-color: #0E2605; }

 span { border-color: rgb(14,38,5); }

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