#083C0D

Color #083C0D Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #083C0D

Tints of Myrtle #083C0D

Color information

#083C0D (or 0x083C0D) is unknown color: approx Myrtle. HEX triplet: 08, 3C and 0D. RGB value is (8,60,13). Sum of RGB (Red+Green+Blue) = 8+60+13=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 60 (23.83% from 255 or 74.07% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 60 - color contains mainly: green. Hex color #083C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083C0D is #F7C3F2. Grayscale: #272727. Windows color (decimal): -16237555 or 867336. OLE color: 867336.

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

Color convert

RGB86013-
CMYK0.8700.780.76
HSL125.77º76.47%13.33%-
HSV(B)125.77º86.67%23.53%-
XYZ1.793.310.93-
YUV39.09113.27105.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.88%
GREEN value IS 60 (23.83% from 255) = 74.07%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=9.88%
G=74.07%
B=16.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal860130.8700.780.76125.7776.4713.33
Hex83CD5704E4C7e4cd
Octal107415127011611417611415
Binary100011110011011010111010011101001100111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #083C0D;
 }
 .AnyTagClassName
 {
   color: #083C0D;
 }
</style>
background-color css

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

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

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

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

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

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