Html Css Color HEX #063000 Myrtle

📋 copy color: '#063000'

red 6 ◦ green 48 ◦ blue 0

#063000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #063000

Tints of Myrtle #063000

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 value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#063000 (or 0x063000) is known color: 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

RGB 6 48 0 -
CMYK 0.87 0 1 0.81
HSL 112.5º 1% 0.09% -
HSV(B) 112.5º 1% 0.19% -
XYZ 1.13 2.15 0.36 -
YUV 29.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 6 48 0 0.87 0 1 0.81 112.5 1 0.09
Hex 6 30 0 57 0 64 51 70 64 9
Octal 6 60 0 127 0 144 121 160 144 11
Binary 110 110000 0 1010111 0 1100100 1010001 1110000 1100100 1001

Color Harmonies of #063000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063000

Black with #063000

Text Example


Text Example

White with #063000

Text Example


Text Example

HTML Codes & Css Web 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>