Html Css Color HEX #073402 Myrtle

📋 copy color: '#073402'

red 7 ◦ green 52 ◦ blue 2

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

Shades of Myrtle #073402

Tints of Myrtle #073402

RGB

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

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

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

R = 11.48%
G = 85.25%
B = 3.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#073402 (or 0x073402) is known color: Myrtle. HEX triplet: 07, 34 and 02. RGB value is (7,52,2). Sum of RGB (Red+Green+Blue) = 7+52+2=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 52 (20.70% from 255 or 85.25% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 52 - color contains mainly: green. Hex color #073402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073402 is #F8CBFD. Grayscale: #212121. Windows color (decimal): -16305150 or 144391. OLE color: 144391.

HSL color Cylindrical-coordinate representation of color #073402: hue angle of 114º 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 #073402 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 2 -
CMYK 0.87 0 0.96 0.80
HSL 114º 0.93% 0.11% -
HSV(B) 114º 0.96% 0.2% -
XYZ 1.33 2.51 0.47 -
YUV 32.85 110.59 109.57 -
System Red Green Blue C M Y K H S L
Decimal 7 52 2 0.87 0 0.96 0.80 114 0.93 0.11
Hex 7 34 2 57 0 60 50 72 5D B
Octal 7 64 2 127 0 140 120 162 135 13
Binary 111 110100 10 1010111 0 1100000 1010000 1110010 1011101 1011

Color Harmonies of #073402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073402

Black with #073402

Text Example


Text Example

White with #073402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073402; }

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

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

background-color css

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

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

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

border-color css

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

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

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