#083501

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

Shades of Myrtle #083501

Tints of Myrtle #083501

Color information

#083501 (or 0x083501) is unknown color: approx Myrtle. HEX triplet: 08, 35 and 01. RGB value is (8,53,1). Sum of RGB (Red+Green+Blue) = 8+53+1=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 53 (21.09% from 255 or 85.48% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 53 - color contains mainly: green. Hex color #083501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083501 is #F7CAFE. Grayscale: #212121. Windows color (decimal): -16239359 or 79112. OLE color: 79112.

HSL color Cylindrical-coordinate representation of color #083501: hue angle of 111.92º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #083501 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB8531-
CMYK0.8500.980.79
HSL111.92º96.3%10.59%-
HSV(B)111.92º98.11%20.78%-
XYZ1.382.60.46-
YUV33.62109.59109.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 53 (21.09% from 255) = 85.48%
BLUE value IS 1 (0.78% from 255) = 1.61%
R=12.90%
G=85.48%
B=1.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal85310.8500.980.79111.9296.310.59
Hex8351550624F7060b
Octal10651125014211716014013
Binary100011010111010101011000101001111111000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083501; }

 p { color: rgb(8,53,1); }

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

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

 a { background-color: rgb(8,53,1); }

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

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

 span { border-color: rgb(8,53,1); }

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