#095E42

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

Shades of Jewel #095E42

Tints of Jewel #095E42

Color information

#095E42 (or 0x095E42) is unknown color: approx Jewel. HEX triplet: 09, 5E and 42. RGB value is (9,94,66). Sum of RGB (Red+Green+Blue) = 9+94+66=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 94 (37.11% from 255 or 55.62% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 94 - color contains mainly: green. Hex color #095E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095E42 is #F6A1BD. Grayscale: #414141. Windows color (decimal): -16163262 or 4349449. OLE color: 4349449.

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

Color convert

RGB99466-
CMYK0.9000.300.63
HSL160.24º82.52%20.2%-
HSV(B)160.24º90.43%36.86%-
XYZ5.18.466.52-
YUV65.39128.3487.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.33%
GREEN value IS 94 (37.11% from 255) = 55.62%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=5.33%
G=55.62%
B=39.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal994660.9000.300.63160.2482.5220.2
Hex95E425A01E3Fa05314
Octal111361021320367724012324
Binary100110111101000010101101001111011111110100000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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