#095840

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

Shades of Jewel #095840

Tints of Jewel #095840

Color information

#095840 (or 0x095840) is unknown color: approx Jewel. HEX triplet: 09, 58 and 40. RGB value is (9,88,64). Sum of RGB (Red+Green+Blue) = 9+88+64=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #095840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095840 is #F6A7BF. Grayscale: #3D3D3D. Windows color (decimal): -16164800 or 4216841. OLE color: 4216841.

HSL color Cylindrical-coordinate representation of color #095840: hue angle of 161.77º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095840 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB98864-
CMYK0.9000.270.65
HSL161.77º81.44%19.02%-
HSV(B)161.77º89.77%34.51%-
XYZ4.537.416.04-
YUV61.64129.3390.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 88 (34.77% from 255) = 54.66%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=5.59%
G=54.66%
B=39.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal988640.9000.270.65161.7781.4419.02
Hex958405A01B41a25113
Octal1113010013203310124212123
Binary1001101100010000001011010011011100000110100010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095840; }

 p { color: rgb(9,88,64); }

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

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

 a { background-color: rgb(9,88,64); }

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

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

 span { border-color: rgb(9,88,64); }

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