#07380A

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

Shades of Myrtle #07380A

Tints of Myrtle #07380A

Color information

#07380A (or 0x07380A) is unknown color: approx Myrtle. HEX triplet: 07, 38 and 0A. RGB value is (7,56,10). Sum of RGB (Red+Green+Blue) = 7+56+10=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 56 (22.27% from 255 or 76.71% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 56 - color contains mainly: green. Hex color #07380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07380A is #F8C7F5. Grayscale: #242424. Windows color (decimal): -16304118 or 669703. OLE color: 669703.

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

Color convert

RGB75610-
CMYK0.8800.820.78
HSL123.67º77.78%12.35%-
HSV(B)123.67º87.5%21.96%-
XYZ1.562.90.76-
YUV36.11113.27107.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 56 (22.27% from 255) = 76.71%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=9.59%
G=76.71%
B=13.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal756100.8800.820.78123.6777.7812.35
Hex738A580524E7c4ec
Octal77012130012211617411614
Binary11111100010101011000010100101001110111110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07380A; }

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

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

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

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

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

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

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

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