#095E46

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

Shades of Jewel #095E46

Tints of Jewel #095E46

Color information

#095E46 (or 0x095E46) is unknown color: approx Jewel. HEX triplet: 09, 5E and 46. RGB value is (9,94,70). Sum of RGB (Red+Green+Blue) = 9+94+70=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 94 (37.11% from 255 or 54.34% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 94 - color contains mainly: green. Hex color #095E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095E46 is #F6A1B9. Grayscale: #414141. Windows color (decimal): -16163258 or 4611593. OLE color: 4611593.

HSL color Cylindrical-coordinate representation of color #095E46: hue angle of 163.06º 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 #095E46 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB99470-
CMYK0.9000.260.63
HSL163.06º82.52%20.2%-
HSV(B)163.06º90.43%36.86%-
XYZ5.228.517.16-
YUV65.85130.3487.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 94 (37.11% from 255) = 54.34%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=5.20%
G=54.34%
B=40.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal994700.9000.260.63163.0682.5220.2
Hex95E465A01A3Fa35314
Octal111361061320327724312324
Binary100110111101000110101101001101011111110100011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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