#083B02

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

Shades of Myrtle #083B02

Tints of Myrtle #083B02

Color information

#083B02 (or 0x083B02) is unknown color: approx Myrtle. HEX triplet: 08, 3B and 02. RGB value is (8,59,2). Sum of RGB (Red+Green+Blue) = 8+59+2=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 59 (23.44% from 255 or 85.51% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 59 - color contains mainly: green. Hex color #083B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083B02 is #F7C4FD. Grayscale: #252525. Windows color (decimal): -16237822 or 146184. OLE color: 146184.

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

Color convert

RGB8592-
CMYK0.8600.970.77
HSL113.68º93.44%11.96%-
HSV(B)113.68º96.61%23.14%-
XYZ1.683.180.58-
YUV37.25108.1107.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.59%
GREEN value IS 59 (23.44% from 255) = 85.51%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=11.59%
G=85.51%
B=2.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal85920.8600.970.77113.6893.4411.96
Hex83B2560614D725dc
Octal10732126014111516213514
Binary1000111011101010110011000011001101111001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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