#085841

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

Shades of Jewel #085841

Tints of Jewel #085841

Color information

#085841 (or 0x085841) is unknown color: approx Jewel. HEX triplet: 08, 58 and 41. RGB value is (8,88,65). Sum of RGB (Red+Green+Blue) = 8+88+65=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #085841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085841 is #F7A7BE. Grayscale: #3D3D3D. Windows color (decimal): -16230335 or 4282376. OLE color: 4282376.

HSL color Cylindrical-coordinate representation of color #085841: hue angle of 162.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085841 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB88865-
CMYK0.9100.260.65
HSL162.75º83.33%18.82%-
HSV(B)162.75º90.91%34.51%-
XYZ4.547.416.19-
YUV61.4613089.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 88 (34.77% from 255) = 54.66%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=4.97%
G=54.66%
B=40.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888650.9100.260.65162.7583.3318.82
Hex858415B01A41a35313
Octal1013010113303210124312323
Binary1000101100010000011011011011010100000110100011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085841; }

 p { color: rgb(8,88,65); }

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

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

 a { background-color: rgb(8,88,65); }

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

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

 span { border-color: rgb(8,88,65); }

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