#07360B

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

Shades of Myrtle #07360B

Tints of Myrtle #07360B

Color information

#07360B (or 0x07360B) is unknown color: approx Myrtle. HEX triplet: 07, 36 and 0B. RGB value is (7,54,11). Sum of RGB (Red+Green+Blue) = 7+54+11=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 54 (21.48% from 255 or 75% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 54 - color contains mainly: green. Hex color #07360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07360B is #F8C9F4. Grayscale: #232323. Windows color (decimal): -16304629 or 734727. OLE color: 734727.

HSL color Cylindrical-coordinate representation of color #07360B: hue angle of 125.11º 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 #07360B is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB75411-
CMYK0.8700.800.79
HSL125.11º77.05%11.96%-
HSV(B)125.11º87.04%21.18%-
XYZ1.472.710.76-
YUV35.04114.43108-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 54 (21.48% from 255) = 75%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=9.72%
G=75%
B=15.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal754110.8700.800.79125.1177.0511.96
Hex736B570504F7d4dc
Octal76613127012011717511514
Binary11111011010111010111010100001001111111110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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