#095C46

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

Shades of Jewel #095C46

Tints of Jewel #095C46

Color information

#095C46 (or 0x095C46) is unknown color: approx Jewel. HEX triplet: 09, 5C and 46. RGB value is (9,92,70). Sum of RGB (Red+Green+Blue) = 9+92+70=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #095C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C46 is #F6A3B9. Grayscale: #404040. Windows color (decimal): -16163770 or 4611081. OLE color: 4611081.

HSL color Cylindrical-coordinate representation of color #095C46: hue angle of 164.1º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095C46 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB99270-
CMYK0.9000.240.64
HSL164.1º82.18%19.8%-
HSV(B)164.1º90.22%36.08%-
XYZ5.058.157.1-
YUV64.6813188.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 92 (36.33% from 255) = 53.80%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=5.26%
G=53.80%
B=40.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal992700.9000.240.64164.182.1819.8
Hex95C465A01840a45214
Octal1113410613203010024412224
Binary1001101110010001101011010011000100000010100100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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