#07350C

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

Shades of Myrtle #07350C

Tints of Myrtle #07350C

Color information

#07350C (or 0x07350C) is unknown color: approx Myrtle. HEX triplet: 07, 35 and 0C. RGB value is (7,53,12). Sum of RGB (Red+Green+Blue) = 7+53+12=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 53 (21.09% from 255 or 73.61% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 53 - color contains mainly: green. Hex color #07350C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07350C is #F8CAF3. Grayscale: #222222. Windows color (decimal): -16304884 or 800007. OLE color: 800007.

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

Color convert

RGB75312-
CMYK0.8700.770.79
HSL126.52º76.67%11.76%-
HSV(B)126.52º86.79%20.78%-
XYZ1.432.620.78-
YUV34.57115.26108.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 53 (21.09% from 255) = 73.61%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=9.72%
G=73.61%
B=16.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal753120.8700.770.79126.5276.6711.76
Hex735C5704D4F7f4dc
Octal76514127011511717711514
Binary11111010111001010111010011011001111111111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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