#062300

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

Shades of Myrtle #062300

Tints of Myrtle #062300

Color information

#062300 (or 0x062300) is unknown color: approx Myrtle. HEX triplet: 06, 23 and 00. RGB value is (6,35,0). Sum of RGB (Red+Green+Blue) = 6+35+0=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 35 (14.06% from 255 or 85.37% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 35 - color contains mainly: green. Hex color #062300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062300 is #F9DCFF. Grayscale: #161616. Windows color (decimal): -16375040 or 8966. OLE color: 8966.

HSL color Cylindrical-coordinate representation of color #062300: hue angle of 109.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #062300 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB6350-
CMYK0.83010.86
HSL109.71º100%6.86%-
HSV(B)109.71º100%13.73%-
XYZ0.681.240.2-
YUV22.34115.39116.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 14.63%
GREEN value IS 35 (14.06% from 255) = 85.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.63%
G=85.37%
B=0%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal63500.83010.86109.711006.86
Hex623053064566e647
Octal643012301441261561447
Binary1101000110101001101100100101011011011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062300; }

 p { color: rgb(6,35,0); }

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

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

 a { background-color: rgb(6,35,0); }

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

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

 span { border-color: rgb(6,35,0); }

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