#063000

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

Shades of Myrtle #063000

Tints of Myrtle #063000

Color information

#063000 (or 0x063000) is unknown color: approx Myrtle. HEX triplet: 06, 30 and 00. RGB value is (6,48,0). Sum of RGB (Red+Green+Blue) = 6+48+0=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 48 (19.14% from 255 or 88.89% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 48 - color contains mainly: green. Hex color #063000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063000 is #F9CFFF. Grayscale: #1E1E1E. Windows color (decimal): -16371712 or 12294. OLE color: 12294.

HSL color Cylindrical-coordinate representation of color #063000: hue angle of 112.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #063000 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB6480-
CMYK0.87010.81
HSL112.5º100%9.41%-
HSV(B)112.5º100%18.82%-
XYZ1.132.150.36-
YUV29.97111.09110.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.11%
GREEN value IS 48 (19.14% from 255) = 88.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.11%
G=88.89%
B=0%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal64800.87010.81112.51009.41
Hex6300570645170649
Octal6600127014412116014411
Binary11011000001010111011001001010001111000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063000; }

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

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

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

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

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

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

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

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