#062400

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

Shades of Myrtle #062400

Tints of Myrtle #062400

Color information

#062400 (or 0x062400) is unknown color: approx Myrtle. HEX triplet: 06, 24 and 00. RGB value is (6,36,0). Sum of RGB (Red+Green+Blue) = 6+36+0=42 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.29% from 42); Green value is 36 (14.45% from 255 or 85.71% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 36 - color contains mainly: green. Hex color #062400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062400 is #F9DBFF. Grayscale: #171717. Windows color (decimal): -16374784 or 9222. OLE color: 9222.

HSL color Cylindrical-coordinate representation of color #062400: hue angle of 110º 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 #062400 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB6360-
CMYK0.83010.86
HSL110º100%7.06%-
HSV(B)110º100%14.12%-
XYZ0.711.30.21-
YUV22.93115.06115.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 14.29%
GREEN value IS 36 (14.45% from 255) = 85.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.29%
G=85.71%
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
Decimal63600.83010.861101007.06
Hex624053064566e647
Octal644012301441261561447
Binary1101001000101001101100100101011011011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062400; }

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

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

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

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

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

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

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

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