Html Css Color HEX #083501 Myrtle

📋 copy color: '#083501'

red 8 ◦ green 53 ◦ blue 1

#083501
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #083501

Tints of Myrtle #083501

RGB

 RED value IS 8 (3.52% from 255) = 12.9%

 GREEN value IS 53 (21.09% from 255) = 85.48%

 BLUE value IS 1 (0.78% from 255) = 1.61%

R = 12.9%
G = 85.48%
B = 1.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#083501 (or 0x083501) is known color: 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

RGB 8 53 1 -
CMYK 0.85 0 0.98 0.79
HSL 111.92º 0.96% 0.11% -
HSV(B) 111.92º 0.98% 0.21% -
XYZ 1.38 2.6 0.46 -
YUV 33.62 109.59 109.73 -
System Red Green Blue C M Y K H S L
Decimal 8 53 1 0.85 0 0.98 0.79 111.92 0.96 0.11
Hex 8 35 1 55 0 62 4F 70 60 B
Octal 10 65 1 125 0 142 117 160 140 13
Binary 1000 110101 1 1010101 0 1100010 1001111 1110000 1100000 1011

Color Harmonies of #083501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083501

Black with #083501

Text Example


Text Example

White with #083501

Text Example


Text Example

HTML Codes & Css Web 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>