Html Css Color HEX #083502 Myrtle

📋 copy color: '#083502'

red 8 ◦ green 53 ◦ blue 2

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

Shades of Myrtle #083502

Tints of Myrtle #083502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.17%

R = 12.7%
G = 84.13%
B = 3.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#083502 (or 0x083502) is known color: Myrtle. HEX triplet: 08, 35 and 02. RGB value is (8,53,2). Sum of RGB (Red+Green+Blue) = 8+53+2=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 53 (21.09% from 255 or 84.13% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 53 - color contains mainly: green. Hex color #083502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083502 is #F7CAFD. Grayscale: #212121. Windows color (decimal): -16239358 or 144648. OLE color: 144648.

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

Color convert

RGB 8 53 2 -
CMYK 0.85 0 0.96 0.79
HSL 112.94º 0.93% 0.11% -
HSV(B) 112.94º 0.96% 0.21% -
XYZ 1.38 2.6 0.49 -
YUV 33.73 110.09 109.65 -
System Red Green Blue C M Y K H S L
Decimal 8 53 2 0.85 0 0.96 0.79 112.94 0.93 0.11
Hex 8 35 2 55 0 60 4F 71 5D B
Octal 10 65 2 125 0 140 117 161 135 13
Binary 1000 110101 10 1010101 0 1100000 1001111 1110001 1011101 1011

Color Harmonies of #083502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083502

Black with #083502

Text Example


Text Example

White with #083502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083502; }

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

 H1.HeaderClassName
 {
   color: #083502;
 }
 .AnyTagClassName
 {
   color: #083502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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