Html Css Color HEX #063402 Myrtle

📋 copy color: '#063402'

red 6 ◦ green 52 ◦ blue 2

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

Shades of Myrtle #063402

Tints of Myrtle #063402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 86.67%

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

R = 10%
G = 86.67%
B = 3.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#063402 (or 0x063402) is known color: Myrtle. HEX triplet: 06, 34 and 02. RGB value is (6,52,2). Sum of RGB (Red+Green+Blue) = 6+52+2=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 52 (20.70% from 255 or 86.67% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 52 - color contains mainly: green. Hex color #063402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063402 is #F9CBFD. Grayscale: #202020. Windows color (decimal): -16370686 or 144390. OLE color: 144390.

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

Color convert

RGB 6 52 2 -
CMYK 0.88 0 0.96 0.80
HSL 115.2º 0.93% 0.11% -
HSV(B) 115.2º 0.96% 0.2% -
XYZ 1.31 2.5 0.47 -
YUV 32.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 6 52 2 0.88 0 0.96 0.80 115.2 0.93 0.11
Hex 6 34 2 58 0 60 50 73 5D B
Octal 6 64 2 130 0 140 120 163 135 13
Binary 110 110100 10 1011000 0 1100000 1010000 1110011 1011101 1011

Color Harmonies of #063402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063402

Black with #063402

Text Example


Text Example

White with #063402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063402; }

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

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

background-color css

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

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

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

border-color css

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

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

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