Html Css Color HEX #063205 Myrtle

📋 copy color: '#063205'

red 6 ◦ green 50 ◦ blue 5

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

Shades of Myrtle #063205

Tints of Myrtle #063205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 81.97%

 BLUE value IS 5 (2.34% from 255) = 8.2%

R = 9.84%
G = 81.97%
B = 8.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#063205 (or 0x063205) is known color: Myrtle. HEX triplet: 06, 32 and 05. RGB value is (6,50,5). Sum of RGB (Red+Green+Blue) = 6+50+5=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 50 (19.92% from 255 or 81.97% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 50 - color contains mainly: green. Hex color #063205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063205 is #F9CDFA. Grayscale: #1F1F1F. Windows color (decimal): -16371195 or 340486. OLE color: 340486.

HSL color Cylindrical-coordinate representation of color #063205: hue angle of 118.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063205 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 50 5 -
CMYK 0.88 0 0.90 0.80
HSL 118.67º 0.82% 0.11% -
HSV(B) 118.67º 0.9% 0.2% -
XYZ 1.24 2.33 0.53 -
YUV 31.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 6 50 5 0.88 0 0.90 0.80 118.67 0.82 0.11
Hex 6 32 5 58 0 5A 50 77 52 B
Octal 6 62 5 130 0 132 120 167 122 13
Binary 110 110010 101 1011000 0 1011010 1010000 1110111 1010010 1011

Color Harmonies of #063205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063205

Black with #063205

Text Example


Text Example

White with #063205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063205; }

 p { color: rgb(6,50,5); }

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

background-color css

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

 a { background-color: rgb(6,50,5); }

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

border-color css

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

 span { border-color: rgb(6,50,5); }

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