Html Css Color HEX #063300 Myrtle

📋 copy color: '#063300'

red 6 ◦ green 51 ◦ blue 0

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

Shades of Myrtle #063300

Tints of Myrtle #063300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 89.47%

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

R = 10.53%
G = 89.47%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#063300 (or 0x063300) is known color: Myrtle. HEX triplet: 06, 33 and 00. RGB value is (6,51,0). Sum of RGB (Red+Green+Blue) = 6+51+0=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 51 (20.31% from 255 or 89.47% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 51 - color contains mainly: green. Hex color #063300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063300 is #F9CCFF. Grayscale: #1F1F1F. Windows color (decimal): -16370944 or 13062. OLE color: 13062.

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

Color convert

RGB 6 51 0 -
CMYK 0.88 0 1 0.8
HSL 112.94º 1% 0.1% -
HSV(B) 112.94º 1% 0.2% -
XYZ 1.26 2.41 0.4 -
YUV 31.73 110.09 109.65 -
System Red Green Blue C M Y K H S L
Decimal 6 51 0 0.88 0 1 0.8 112.94 1 0.1
Hex 6 33 0 58 0 64 50 71 64 A
Octal 6 63 0 130 0 144 120 161 144 12
Binary 110 110011 0 1011000 0 1100100 1010000 1110001 1100100 1010

Color Harmonies of #063300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063300

Black with #063300

Text Example


Text Example

White with #063300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063300; }

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

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

background-color css

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

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

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

border-color css

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

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

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