Html Css Color HEX #073302 Myrtle

📋 copy color: '#073302'

red 7 ◦ green 51 ◦ blue 2

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

Shades of Myrtle #073302

Tints of Myrtle #073302

RGB

 RED value IS 7 (3.13% from 255) = 11.67%

 GREEN value IS 51 (20.31% from 255) = 85%

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

R = 11.67%
G = 85%
B = 3.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#073302 (or 0x073302) is known color: Myrtle. HEX triplet: 07, 33 and 02. RGB value is (7,51,2). Sum of RGB (Red+Green+Blue) = 7+51+2=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 51 (20.31% from 255 or 85% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 51 - color contains mainly: green. Hex color #073302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073302 is #F8CCFD. Grayscale: #202020. Windows color (decimal): -16305406 or 144135. OLE color: 144135.

HSL color Cylindrical-coordinate representation of color #073302: hue angle of 113.88º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073302 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 51 2 -
CMYK 0.86 0 0.96 0.8
HSL 113.88º 0.92% 0.1% -
HSV(B) 113.88º 0.96% 0.2% -
XYZ 1.28 2.42 0.46 -
YUV 32.26 110.92 109.98 -
System Red Green Blue C M Y K H S L
Decimal 7 51 2 0.86 0 0.96 0.8 113.88 0.92 0.1
Hex 7 33 2 56 0 60 50 72 5C A
Octal 7 63 2 126 0 140 120 162 134 12
Binary 111 110011 10 1010110 0 1100000 1010000 1110010 1011100 1010

Color Harmonies of #073302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073302

Black with #073302

Text Example


Text Example

White with #073302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073302; }

 p { color: rgb(7,51,2); }

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

background-color css

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

 a { background-color: rgb(7,51,2); }

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

border-color css

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

 span { border-color: rgb(7,51,2); }

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