#073800

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

Shades of Myrtle #073800

Tints of Myrtle #073800

Color information

#073800 (or 0x073800) is unknown color: approx Myrtle. HEX triplet: 07, 38 and 00. RGB value is (7,56,0). Sum of RGB (Red+Green+Blue) = 7+56+0=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 56 (22.27% from 255 or 88.89% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 56 - color contains mainly: green. Hex color #073800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073800 is #F8C7FF. Grayscale: #232323. Windows color (decimal): -16304128 or 14343. OLE color: 14343.

HSL color Cylindrical-coordinate representation of color #073800: hue angle of 112.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #073800 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB7560-
CMYK0.88010.78
HSL112.5º100%10.98%-
HSV(B)112.5º100%21.96%-
XYZ1.52.870.48-
YUV34.97108.27108.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.11%
GREEN value IS 56 (22.27% from 255) = 88.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.11%
G=88.89%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal75600.88010.78112.510010.98
Hex7380580644E7064b
Octal7700130014411616014413
Binary11111100001011000011001001001110111000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073800; }

 p { color: rgb(7,56,0); }

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

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

 a { background-color: rgb(7,56,0); }

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

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

 span { border-color: rgb(7,56,0); }

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