#083D0B

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

Shades of Myrtle #083D0B

Tints of Myrtle #083D0B

Color information

#083D0B (or 0x083D0B) is unknown color: approx Myrtle. HEX triplet: 08, 3D and 0B. RGB value is (8,61,11). Sum of RGB (Red+Green+Blue) = 8+61+11=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 61 (24.22% from 255 or 76.25% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 61 - color contains mainly: green. Hex color #083D0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083D0B is #F7C2F4. Grayscale: #272727. Windows color (decimal): -16237301 or 736520. OLE color: 736520.

HSL color Cylindrical-coordinate representation of color #083D0B: hue angle of 123.4º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083D0B is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB86111-
CMYK0.8700.820.76
HSL123.4º76.81%13.53%-
HSV(B)123.4º86.89%23.92%-
XYZ1.833.410.88-
YUV39.45111.94105.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10%
GREEN value IS 61 (24.22% from 255) = 76.25%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=10%
G=76.25%
B=13.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal861110.8700.820.76123.476.8113.53
Hex83DB570524C7b4de
Octal107513127012211417311516
Binary100011110110111010111010100101001100111101110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083D0B; }

 p { color: rgb(8,61,11); }

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

<style>
 a { background-color: #083D0B; }

 a { background-color: rgb(8,61,11); }

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

<style>
 span { border-color: #083D0B; }

 span { border-color: rgb(8,61,11); }

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