#095F41

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

Shades of Jewel #095F41

Tints of Jewel #095F41

Color information

#095F41 (or 0x095F41) is unknown color: approx Jewel. HEX triplet: 09, 5F and 41. RGB value is (9,95,65). Sum of RGB (Red+Green+Blue) = 9+95+65=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 95 (37.5% from 255 or 56.21% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 95 - color contains mainly: green. Hex color #095F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F41 is #F6A0BE. Grayscale: #414141. Windows color (decimal): -16163007 or 4284169. OLE color: 4284169.

HSL color Cylindrical-coordinate representation of color #095F41: hue angle of 159.07º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F41 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB99565-
CMYK0.9100.320.63
HSL159.07º82.69%20.39%-
HSV(B)159.07º90.53%37.25%-
XYZ5.168.626.39-
YUV65.87127.5187.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.33%
GREEN value IS 95 (37.5% from 255) = 56.21%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=5.33%
G=56.21%
B=38.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal995650.9100.320.63159.0782.6920.39
Hex95F415B0203F9f5314
Octal111371011330407723712324
Binary1001101111110000011011011010000011111110011111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,95,65); }

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

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

 a { background-color: rgb(9,95,65); }

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

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

 span { border-color: rgb(9,95,65); }

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