#085D43

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

Shades of Jewel #085D43

Tints of Jewel #085D43

Color information

#085D43 (or 0x085D43) is unknown color: approx Jewel. HEX triplet: 08, 5D and 43. RGB value is (8,93,67). Sum of RGB (Red+Green+Blue) = 8+93+67=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #085D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D43 is #F7A2BC. Grayscale: #404040. Windows color (decimal): -16229053 or 4414728. OLE color: 4414728.

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

Color convert

RGB89367-
CMYK0.9100.280.64
HSL161.65º84.16%19.8%-
HSV(B)161.65º91.4%36.47%-
XYZ5.038.296.64-
YUV64.62129.3487.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.76%
GREEN value IS 93 (36.72% from 255) = 55.36%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=4.76%
G=55.36%
B=39.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal893670.9100.280.64161.6584.1619.8
Hex85D435B01C40a25414
Octal1013510313303410024212424
Binary1000101110110000111011011011100100000010100010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,93,67); }

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

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

 a { background-color: rgb(8,93,67); }

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

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

 span { border-color: rgb(8,93,67); }

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