#073208

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

Shades of Myrtle #073208

Tints of Myrtle #073208

Color information

#073208 (or 0x073208) is unknown color: approx Myrtle. HEX triplet: 07, 32 and 08. RGB value is (7,50,8). Sum of RGB (Red+Green+Blue) = 7+50+8=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 50 (19.92% from 255 or 76.92% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 50 - color contains mainly: green. Hex color #073208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073208 is #F8CDF7. Grayscale: #202020. Windows color (decimal): -16305656 or 537095. OLE color: 537095.

HSL color Cylindrical-coordinate representation of color #073208: hue angle of 121.4º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073208 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB7508-
CMYK0.8600.840.80
HSL121.4º75.44%11.18%-
HSV(B)121.4º86%19.61%-
XYZ1.272.340.62-
YUV32.35114.25109.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.77%
GREEN value IS 50 (19.92% from 255) = 76.92%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=10.77%
G=76.92%
B=12.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal75080.8600.840.80121.475.4411.18
Hex73285605450794bb
Octal76210126012412017111313
Binary11111001010001010110010101001010000111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073208; }

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

 H1.HeaderClassName
 {
   color: #073208;
 }
 .AnyTagClassName
 {
   color: #073208;
 }
</style>
background-color css

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

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

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

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

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

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