#085B3E

Color #085B3E Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #085B3E

Tints of Jewel #085B3E

Color information

#085B3E (or 0x085B3E) is unknown color: approx Jewel. HEX triplet: 08, 5B and 3E. RGB value is (8,91,62). Sum of RGB (Red+Green+Blue) = 8+91+62=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 91 (35.94% from 255 or 56.52% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 91 - color contains mainly: green. Hex color #085B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B3E is #F7A4C1. Grayscale: #3E3E3E. Windows color (decimal): -16229570 or 4086536. OLE color: 4086536.

HSL color Cylindrical-coordinate representation of color #085B3E: hue angle of 159.04º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B3E is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB89162-
CMYK0.9100.320.64
HSL159.04º83.84%19.41%-
HSV(B)159.04º91.21%35.69%-
XYZ4.717.885.83-
YUV62.88127.588.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 91 (35.94% from 255) = 56.52%
BLUE value IS 62 (24.61% from 255) = 38.51%
R=4.97%
G=56.52%
B=38.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal891620.9100.320.64159.0483.8419.41
Hex85B3E5B020409f5413
Octal101337613304010023712423
Binary1000101101111111010110110100000100000010011111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085B3E; }

 p { color: rgb(8,91,62); }

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

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

 a { background-color: rgb(8,91,62); }

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

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

 span { border-color: rgb(8,91,62); }

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