Html Css Color HEX #073504 Myrtle

📋 copy color: '#073504'

red 7 ◦ green 53 ◦ blue 4

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

Shades of Myrtle #073504

Tints of Myrtle #073504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.25%

R = 10.94%
G = 82.81%
B = 6.25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#073504 (or 0x073504) is known color: Myrtle. HEX triplet: 07, 35 and 04. RGB value is (7,53,4). Sum of RGB (Red+Green+Blue) = 7+53+4=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 53 (21.09% from 255 or 82.81% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 53 - color contains mainly: green. Hex color #073504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073504 is #F8CAFB. Grayscale: #212121. Windows color (decimal): -16304892 or 275719. OLE color: 275719.

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

Color convert

RGB 7 53 4 -
CMYK 0.87 0 0.92 0.79
HSL 116.33º 0.86% 0.11% -
HSV(B) 116.33º 0.92% 0.21% -
XYZ 1.38 2.6 0.54 -
YUV 33.66 111.26 108.98 -
System Red Green Blue C M Y K H S L
Decimal 7 53 4 0.87 0 0.92 0.79 116.33 0.86 0.11
Hex 7 35 4 57 0 5C 4F 74 56 B
Octal 7 65 4 127 0 134 117 164 126 13
Binary 111 110101 100 1010111 0 1011100 1001111 1110100 1010110 1011

Color Harmonies of #073504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073504

Black with #073504

Text Example


Text Example

White with #073504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073504; }

 p { color: rgb(7,53,4); }

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

background-color css

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

 a { background-color: rgb(7,53,4); }

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

border-color css

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

 span { border-color: rgb(7,53,4); }

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