#095A40

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

Shades of Jewel #095A40

Tints of Jewel #095A40

Color information

#095A40 (or 0x095A40) is unknown color: approx Jewel. HEX triplet: 09, 5A and 40. RGB value is (9,90,64). Sum of RGB (Red+Green+Blue) = 9+90+64=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #095A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A40 is #F6A5BF. Grayscale: #3E3E3E. Windows color (decimal): -16164288 or 4217353. OLE color: 4217353.

HSL color Cylindrical-coordinate representation of color #095A40: hue angle of 160.74º degrees, saturation: 0.82, 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 #095A40 is Cyan = 0.9, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB99064-
CMYK0.900.290.65
HSL160.74º81.82%19.41%-
HSV(B)160.74º90%35.29%-
XYZ4.697.746.1-
YUV62.82128.6689.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 90 (35.55% from 255) = 55.21%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=5.52%
G=55.21%
B=39.26%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal990640.900.290.65160.7481.8219.41
Hex95A405A01D41a15213
Octal1113210013203510124112223
Binary1001101101010000001011010011101100000110100001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095A40; }

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

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

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

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

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

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

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

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