Html Css Color HEX #083A0D Myrtle

📋 copy color: '#083A0D'

red 8 ◦ green 58 ◦ blue 13

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

Shades of Myrtle #083A0D

Tints of Myrtle #083A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 16.46%

R = 10.13%
G = 73.42%
B = 16.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#083A0D (or 0x083A0D) is known color: Myrtle. HEX triplet: 08, 3A and 0D. RGB value is (8,58,13). Sum of RGB (Red+Green+Blue) = 8+58+13=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 58 (23.05% from 255 or 73.42% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 58 - color contains mainly: green. Hex color #083A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083A0D is #F7C5F2. Grayscale: #262626. Windows color (decimal): -16238067 or 866824. OLE color: 866824.

HSL color Cylindrical-coordinate representation of color #083A0D: hue angle of 126º 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 #083A0D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 58 13 -
CMYK 0.86 0 0.78 0.77
HSL 126º 0.76% 0.13% -
HSV(B) 126º 0.86% 0.23% -
XYZ 1.69 3.11 0.89 -
YUV 37.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 8 58 13 0.86 0 0.78 0.77 126 0.76 0.13
Hex 8 3A D 56 0 4E 4D 7E 4C D
Octal 10 72 15 126 0 116 115 176 114 15
Binary 1000 111010 1101 1010110 0 1001110 1001101 1111110 1001100 1101

Color Harmonies of #083A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A0D

Black with #083A0D

Text Example


Text Example

White with #083A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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