Html Css Color HEX #063502 Myrtle

📋 copy color: '#063502'

red 6 ◦ green 53 ◦ blue 2

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

Shades of Myrtle #063502

Tints of Myrtle #063502

RGB

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

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

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

R = 9.84%
G = 86.89%
B = 3.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#063502 (or 0x063502) is known color: Myrtle. HEX triplet: 06, 35 and 02. RGB value is (6,53,2). Sum of RGB (Red+Green+Blue) = 6+53+2=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 53 (21.09% from 255 or 86.89% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 53 - color contains mainly: green. Hex color #063502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063502 is #F9CAFD. Grayscale: #212121. Windows color (decimal): -16370430 or 144646. OLE color: 144646.

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

Color convert

RGB 6 53 2 -
CMYK 0.89 0 0.96 0.79
HSL 115.29º 0.93% 0.11% -
HSV(B) 115.29º 0.96% 0.21% -
XYZ 1.36 2.59 0.49 -
YUV 33.13 110.43 108.65 -
System Red Green Blue C M Y K H S L
Decimal 6 53 2 0.89 0 0.96 0.79 115.29 0.93 0.11
Hex 6 35 2 59 0 60 4F 73 5D B
Octal 6 65 2 131 0 140 117 163 135 13
Binary 110 110101 10 1011001 0 1100000 1001111 1110011 1011101 1011

Color Harmonies of #063502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063502

Black with #063502

Text Example


Text Example

White with #063502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063502; }

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

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

background-color css

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

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

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

border-color css

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

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

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