#06530E

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

Shades of Myrtle #06530E

Tints of Myrtle #06530E

Color information

#06530E (or 0x06530E) is unknown color: approx Myrtle. HEX triplet: 06, 53 and 0E. RGB value is (6,83,14). Sum of RGB (Red+Green+Blue) = 6+83+14=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 83 (32.81% from 255 or 80.58% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 83 - color contains mainly: green. Hex color #06530E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06530E is #F9ACF1. Grayscale: #343434. Windows color (decimal): -16362738 or 938758. OLE color: 938758.

HSL color Cylindrical-coordinate representation of color #06530E: hue angle of 126.23º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06530E is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB68314-
CMYK0.9300.830.67
HSL126.23º86.52%17.45%-
HSV(B)126.23º92.77%32.55%-
XYZ3.256.261.45-
YUV52.11106.4995.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 83 (32.81% from 255) = 80.58%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=5.83%
G=80.58%
B=13.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683140.9300.830.67126.2386.5217.45
Hex653E5D053437e5711
Octal612316135012310317612721
Binary1101010011111010111010101001110000111111110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06530E; }

 p { color: rgb(6,83,14); }

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

<style>
 a { background-color: #06530E; }

 a { background-color: rgb(6,83,14); }

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

<style>
 span { border-color: #06530E; }

 span { border-color: rgb(6,83,14); }

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