Html Css Color HEX #063501 Myrtle

📋 copy color: '#063501'

red 6 ◦ green 53 ◦ blue 1

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

Shades of Myrtle #063501

Tints of Myrtle #063501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 88.33%

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

R = 10%
G = 88.33%
B = 1.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#063501 (or 0x063501) is known color: Myrtle. HEX triplet: 06, 35 and 01. RGB value is (6,53,1). Sum of RGB (Red+Green+Blue) = 6+53+1=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 53 (21.09% from 255 or 88.33% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 53 - color contains mainly: green. Hex color #063501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063501 is #F9CAFE. Grayscale: #212121. Windows color (decimal): -16370431 or 79110. OLE color: 79110.

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

Color convert

RGB 6 53 1 -
CMYK 0.89 0 0.98 0.79
HSL 114.23º 0.96% 0.11% -
HSV(B) 114.23º 0.98% 0.21% -
XYZ 1.35 2.59 0.46 -
YUV 33.02 109.93 108.73 -
System Red Green Blue C M Y K H S L
Decimal 6 53 1 0.89 0 0.98 0.79 114.23 0.96 0.11
Hex 6 35 1 59 0 62 4F 72 60 B
Octal 6 65 1 131 0 142 117 162 140 13
Binary 110 110101 1 1011001 0 1100010 1001111 1110010 1100000 1011

Color Harmonies of #063501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063501

Black with #063501

Text Example


Text Example

White with #063501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063501; }

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

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

background-color css

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

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

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

border-color css

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

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

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