#07360C

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

Shades of Myrtle #07360C

Tints of Myrtle #07360C

Color information

#07360C (or 0x07360C) is unknown color: approx Myrtle. HEX triplet: 07, 36 and 0C. RGB value is (7,54,12). Sum of RGB (Red+Green+Blue) = 7+54+12=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 54 (21.48% from 255 or 73.97% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 54 - color contains mainly: green. Hex color #07360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07360C is #F8C9F3. Grayscale: #232323. Windows color (decimal): -16304628 or 800263. OLE color: 800263.

HSL color Cylindrical-coordinate representation of color #07360C: hue angle of 126.38º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07360C is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB75412-
CMYK0.8700.780.79
HSL126.38º77.05%11.96%-
HSV(B)126.38º87.04%21.18%-
XYZ1.472.710.79-
YUV35.16114.93107.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 54 (21.48% from 255) = 73.97%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=9.59%
G=73.97%
B=16.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal754120.8700.780.79126.3877.0511.96
Hex736C5704E4F7e4dc
Octal76614127011611717611514
Binary11111011011001010111010011101001111111111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07360C; }

 p { color: rgb(7,54,12); }

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

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

 a { background-color: rgb(7,54,12); }

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

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

 span { border-color: rgb(7,54,12); }

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