Html Css Color HEX #083A0E Myrtle

📋 copy color: '#083A0E'

red 8 ◦ green 58 ◦ blue 14

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

Shades of Myrtle #083A0E

Tints of Myrtle #083A0E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 72.5%

 BLUE value IS 14 (5.86% from 255) = 17.5%

R = 10%
G = 72.5%
B = 17.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.77

RGB Variations

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

Color information

#083A0E (or 0x083A0E) is known color: Myrtle. HEX triplet: 08, 3A and 0E. RGB value is (8,58,14). Sum of RGB (Red+Green+Blue) = 8+58+14=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 58 (23.05% from 255 or 72.5% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 58 - color contains mainly: green. Hex color #083A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083A0E is #F7C5F1. Grayscale: #262626. Windows color (decimal): -16238066 or 932360. OLE color: 932360.

HSL color Cylindrical-coordinate representation of color #083A0E: hue angle of 127.2º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083A0E is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 58 14 -
CMYK 0.86 0 0.76 0.77
HSL 127.2º 0.76% 0.13% -
HSV(B) 127.2º 0.86% 0.23% -
XYZ 1.69 3.11 0.93 -
YUV 38.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 8 58 14 0.86 0 0.76 0.77 127.2 0.76 0.13
Hex 8 3A E 56 0 4C 4D 7F 4C D
Octal 10 72 16 126 0 114 115 177 114 15
Binary 1000 111010 1110 1010110 0 1001100 1001101 1111111 1001100 1101

Color Harmonies of #083A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A0E

Black with #083A0E

Text Example


Text Example

White with #083A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083A0E; }

 p { color: rgb(8,58,14); }

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

background-color css

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

 a { background-color: rgb(8,58,14); }

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

border-color css

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

 span { border-color: rgb(8,58,14); }

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