Html Css Color HEX #063100 Myrtle

📋 copy color: '#063100'

red 6 ◦ green 49 ◦ blue 0

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

Shades of Myrtle #063100

Tints of Myrtle #063100

RGB

 RED value IS 6 (2.73% from 255) = 10.91%

 GREEN value IS 49 (19.53% from 255) = 89.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 10.91%
G = 89.09%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#063100 (or 0x063100) is known color: Myrtle. HEX triplet: 06, 31 and 00. RGB value is (6,49,0). Sum of RGB (Red+Green+Blue) = 6+49+0=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 49 (19.53% from 255 or 89.09% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 49 - color contains mainly: green. Hex color #063100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063100 is #F9CEFF. Grayscale: #1E1E1E. Windows color (decimal): -16371456 or 12550. OLE color: 12550.

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

Color convert

RGB 6 49 0 -
CMYK 0.88 0 1 0.81
HSL 112.65º 1% 0.1% -
HSV(B) 112.65º 1% 0.19% -
XYZ 1.17 2.24 0.37 -
YUV 30.56 110.75 110.48 -
System Red Green Blue C M Y K H S L
Decimal 6 49 0 0.88 0 1 0.81 112.65 1 0.1
Hex 6 31 0 58 0 64 51 71 64 A
Octal 6 61 0 130 0 144 121 161 144 12
Binary 110 110001 0 1011000 0 1100100 1010001 1110001 1100100 1010

Color Harmonies of #063100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063100

Black with #063100

Text Example


Text Example

White with #063100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063100; }

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

 H1.HeaderClassName
 {
   color: #063100;
 }
 .AnyTagClassName
 {
   color: #063100;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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