#086441

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

Shades of Jewel #086441

Tints of Jewel #086441

Color information

#086441 (or 0x086441) is unknown color: approx Jewel. HEX triplet: 08, 64 and 41. RGB value is (8,100,65). Sum of RGB (Red+Green+Blue) = 8+100+65=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #086441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086441 is #F79BBE. Grayscale: #444444. Windows color (decimal): -16227263 or 4285448. OLE color: 4285448.

HSL color Cylindrical-coordinate representation of color #086441: hue angle of 157.17º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086441 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB810065-
CMYK0.9200.350.61
HSL157.17º85.19%21.18%-
HSV(B)157.17º92%39.22%-
XYZ5.619.556.55-
YUV68.5126.0284.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 100 (39.45% from 255) = 57.80%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=4.62%
G=57.80%
B=37.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8100650.9200.350.61157.1785.1921.18
Hex864415C0233D9d5515
Octal101441011340437523512525
Binary1000110010010000011011100010001111110110011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086441; }

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

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

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

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

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

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

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

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