Html Css Color HEX #063102 Myrtle

📋 copy color: '#063102'

red 6 ◦ green 49 ◦ blue 2

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

Shades of Myrtle #063102

Tints of Myrtle #063102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.51%

R = 10.53%
G = 85.96%
B = 3.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#063102 (or 0x063102) is known color: Myrtle. HEX triplet: 06, 31 and 02. RGB value is (6,49,2). Sum of RGB (Red+Green+Blue) = 6+49+2=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 49 (19.53% from 255 or 85.96% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 49 - color contains mainly: green. Hex color #063102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063102 is #F9CEFD. Grayscale: #1E1E1E. Windows color (decimal): -16371454 or 143622. OLE color: 143622.

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

Color convert

RGB 6 49 2 -
CMYK 0.88 0 0.96 0.81
HSL 114.89º 0.92% 0.1% -
HSV(B) 114.89º 0.96% 0.19% -
XYZ 1.18 2.24 0.43 -
YUV 30.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 6 49 2 0.88 0 0.96 0.81 114.89 0.92 0.1
Hex 6 31 2 58 0 60 51 73 5C A
Octal 6 61 2 130 0 140 121 163 134 12
Binary 110 110001 10 1011000 0 1100000 1010001 1110011 1011100 1010

Color Harmonies of #063102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063102

Black with #063102

Text Example


Text Example

White with #063102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063102; }

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

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

background-color css

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

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

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

border-color css

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

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

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