Html Css Color HEX #073408 Myrtle

📋 copy color: '#073408'

red 7 ◦ green 52 ◦ blue 8

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

Shades of Myrtle #073408

Tints of Myrtle #073408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.94%

R = 10.45%
G = 77.61%
B = 11.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.80

RGB Variations

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

Color information

#073408 (or 0x073408) is known color: Myrtle. HEX triplet: 07, 34 and 08. RGB value is (7,52,8). Sum of RGB (Red+Green+Blue) = 7+52+8=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 52 (20.70% from 255 or 77.61% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 52 - color contains mainly: green. Hex color #073408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073408 is #F8CBF7. Grayscale: #212121. Windows color (decimal): -16305144 or 537607. OLE color: 537607.

HSL color Cylindrical-coordinate representation of color #073408: hue angle of 121.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073408 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 8 -
CMYK 0.87 0 0.85 0.80
HSL 121.33º 0.76% 0.12% -
HSV(B) 121.33º 0.87% 0.2% -
XYZ 1.36 2.52 0.64 -
YUV 33.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 7 52 8 0.87 0 0.85 0.80 121.33 0.76 0.12
Hex 7 34 8 57 0 55 50 79 4C C
Octal 7 64 10 127 0 125 120 171 114 14
Binary 111 110100 1000 1010111 0 1010101 1010000 1111001 1001100 1100

Color Harmonies of #073408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073408

Black with #073408

Text Example


Text Example

White with #073408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073408; }

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

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

background-color css

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

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

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

border-color css

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

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

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