#083005

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

Shades of Myrtle #083005

Tints of Myrtle #083005

Color information

#083005 (or 0x083005) is unknown color: approx Myrtle. HEX triplet: 08, 30 and 05. RGB value is (8,48,5). Sum of RGB (Red+Green+Blue) = 8+48+5=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 48 (19.14% from 255 or 78.69% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 48 - color contains mainly: green. Hex color #083005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083005 is #F7CFFA. Grayscale: #1F1F1F. Windows color (decimal): -16240635 or 339976. OLE color: 339976.

HSL color Cylindrical-coordinate representation of color #083005: hue angle of 115.81º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083005 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB8485-
CMYK0.8300.900.81
HSL115.81º81.13%10.39%-
HSV(B)115.81º89.58%18.82%-
XYZ1.182.180.5-
YUV31.14113.25111.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.11%
GREEN value IS 48 (19.14% from 255) = 78.69%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=13.11%
G=78.69%
B=8.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal84850.8300.900.81115.8181.1310.39
Hex83055305A517451a
Octal10605123013212116412112
Binary10001100001011010011010110101010001111010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083005; }

 p { color: rgb(8,48,5); }

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

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

 a { background-color: rgb(8,48,5); }

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

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

 span { border-color: rgb(8,48,5); }

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