#095E41

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

Shades of Jewel #095E41

Tints of Jewel #095E41

Color information

#095E41 (or 0x095E41) is unknown color: approx Jewel. HEX triplet: 09, 5E and 41. RGB value is (9,94,65). Sum of RGB (Red+Green+Blue) = 9+94+65=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 94 (37.11% from 255 or 55.95% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 94 - color contains mainly: green. Hex color #095E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095E41 is #F6A1BE. Grayscale: #414141. Windows color (decimal): -16163263 or 4283913. OLE color: 4283913.

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

Color convert

RGB99465-
CMYK0.9000.310.63
HSL159.53º82.52%20.2%-
HSV(B)159.53º90.43%36.86%-
XYZ5.078.456.36-
YUV65.28127.8487.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 94 (37.11% from 255) = 55.95%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=5.36%
G=55.95%
B=38.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal994650.9000.310.63159.5382.5220.2
Hex95E415A01F3Fa05314
Octal111361011320377724012324
Binary100110111101000001101101001111111111110100000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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