#073408

Color #073408 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #073408

Tints of Myrtle #073408

Color information

#073408 (or 0x073408) is unknown color: approx 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

RGB7528-
CMYK0.8700.850.80
HSL121.33º76.27%11.57%-
HSV(B)121.33º86.54%20.39%-
XYZ1.362.520.64-
YUV33.53113.59109.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.45%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal75280.8700.850.80121.3376.2711.57
Hex73485705550794cc
Octal76410127012512017111414
Binary11111010010001010111010101011010000111100110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>