Html Css Color HEX #083402 Myrtle

📋 copy color: '#083402'

red 8 ◦ green 52 ◦ blue 2

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

Shades of Myrtle #083402

Tints of Myrtle #083402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 83.87%

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

R = 12.9%
G = 83.87%
B = 3.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#083402 (or 0x083402) is known color: Myrtle. HEX triplet: 08, 34 and 02. RGB value is (8,52,2). Sum of RGB (Red+Green+Blue) = 8+52+2=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 52 (20.70% from 255 or 83.87% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 52 - color contains mainly: green. Hex color #083402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083402 is #F7CBFD. Grayscale: #212121. Windows color (decimal): -16239614 or 144392. OLE color: 144392.

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

Color convert

RGB 8 52 2 -
CMYK 0.85 0 0.96 0.80
HSL 112.8º 0.93% 0.11% -
HSV(B) 112.8º 0.96% 0.2% -
XYZ 1.34 2.51 0.47 -
YUV 33.14 110.42 110.07 -
System Red Green Blue C M Y K H S L
Decimal 8 52 2 0.85 0 0.96 0.80 112.8 0.93 0.11
Hex 8 34 2 55 0 60 50 71 5D B
Octal 10 64 2 125 0 140 120 161 135 13
Binary 1000 110100 10 1010101 0 1100000 1010000 1110001 1011101 1011

Color Harmonies of #083402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083402

Black with #083402

Text Example


Text Example

White with #083402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083402; }

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

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

background-color css

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

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

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

border-color css

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

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

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