Html Css Color HEX #063101 Myrtle

📋 copy color: '#063101'

red 6 ◦ green 49 ◦ blue 1

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

Shades of Myrtle #063101

Tints of Myrtle #063101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.79%

R = 10.71%
G = 87.5%
B = 1.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#063101 (or 0x063101) is known color: Myrtle. HEX triplet: 06, 31 and 01. RGB value is (6,49,1). Sum of RGB (Red+Green+Blue) = 6+49+1=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 49 (19.53% from 255 or 87.5% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 49 - color contains mainly: green. Hex color #063101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063101 is #F9CEFE. Grayscale: #1E1E1E. Windows color (decimal): -16371455 or 78086. OLE color: 78086.

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

Color convert

RGB 6 49 1 -
CMYK 0.88 0 0.98 0.81
HSL 113.75º 0.96% 0.1% -
HSV(B) 113.75º 0.98% 0.19% -
XYZ 1.18 2.24 0.4 -
YUV 30.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 6 49 1 0.88 0 0.98 0.81 113.75 0.96 0.1
Hex 6 31 1 58 0 62 51 72 60 A
Octal 6 61 1 130 0 142 121 162 140 12
Binary 110 110001 1 1011000 0 1100010 1010001 1110010 1100000 1010

Color Harmonies of #063101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063101

Black with #063101

Text Example


Text Example

White with #063101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063101; }

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

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

background-color css

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

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

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

border-color css

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

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

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