#07410B

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

Shades of Myrtle #07410B

Tints of Myrtle #07410B

Color information

#07410B (or 0x07410B) is unknown color: approx Myrtle. HEX triplet: 07, 41 and 0B. RGB value is (7,65,11). Sum of RGB (Red+Green+Blue) = 7+65+11=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 65 (25.78% from 255 or 78.31% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 65 - color contains mainly: green. Hex color #07410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07410B is #F8BEF4. Grayscale: #292929. Windows color (decimal): -16301813 or 737543. OLE color: 737543.

HSL color Cylindrical-coordinate representation of color #07410B: hue angle of 124.14º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07410B is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB76511-
CMYK0.8900.830.75
HSL124.14º80.56%14.12%-
HSV(B)124.14º89.23%25.49%-
XYZ2.043.850.95-
YUV41.5110.78103.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 65 (25.78% from 255) = 78.31%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=8.43%
G=78.31%
B=13.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765110.8900.830.75124.1480.5614.12
Hex741B590534B7c51e
Octal710113131012311317412116
Binary111100000110111011001010100111001011111110010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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