Html Css Color HEX #063801 Myrtle

📋 copy color: '#063801'

red 6 ◦ green 56 ◦ blue 1

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

Shades of Myrtle #063801

Tints of Myrtle #063801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 88.89%

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

R = 9.52%
G = 88.89%
B = 1.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#063801 (or 0x063801) is known color: Myrtle. HEX triplet: 06, 38 and 01. RGB value is (6,56,1). Sum of RGB (Red+Green+Blue) = 6+56+1=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 56 (22.27% from 255 or 88.89% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 56 - color contains mainly: green. Hex color #063801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063801 is #F9C7FE. Grayscale: #222222. Windows color (decimal): -16369663 or 79878. OLE color: 79878.

HSL color Cylindrical-coordinate representation of color #063801: hue angle of 114.55º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063801 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 56 1 -
CMYK 0.89 0 0.98 0.78
HSL 114.55º 0.96% 0.11% -
HSV(B) 114.55º 0.98% 0.22% -
XYZ 1.49 2.87 0.5 -
YUV 34.78 108.94 107.47 -
System Red Green Blue C M Y K H S L
Decimal 6 56 1 0.89 0 0.98 0.78 114.55 0.96 0.11
Hex 6 38 1 59 0 62 4E 73 60 B
Octal 6 70 1 131 0 142 116 163 140 13
Binary 110 111000 1 1011001 0 1100010 1001110 1110011 1100000 1011

Color Harmonies of #063801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063801

Black with #063801

Text Example


Text Example

White with #063801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063801; }

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

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

background-color css

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

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

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

border-color css

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

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

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