#07380B

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

Shades of Myrtle #07380B

Tints of Myrtle #07380B

Color information

#07380B (or 0x07380B) is unknown color: approx Myrtle. HEX triplet: 07, 38 and 0B. RGB value is (7,56,11). Sum of RGB (Red+Green+Blue) = 7+56+11=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 56 (22.27% from 255 or 75.68% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 56 - color contains mainly: green. Hex color #07380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07380B is #F8C7F4. Grayscale: #242424. Windows color (decimal): -16304117 or 735239. OLE color: 735239.

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

Color convert

RGB75611-
CMYK0.8800.800.78
HSL124.9º77.78%12.35%-
HSV(B)124.9º87.5%21.96%-
XYZ1.562.90.79-
YUV36.22113.77107.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.46%
GREEN value IS 56 (22.27% from 255) = 75.68%
BLUE value IS 11 (4.69% from 255) = 14.86%
R=9.46%
G=75.68%
B=14.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal756110.8800.800.78124.977.7812.35
Hex738B580504E7d4ec
Octal77013130012011617511614
Binary11111100010111011000010100001001110111110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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