Html Css Color HEX #095D46 Jewel

📋 copy color: '#095D46'

red 9 ◦ green 93 ◦ blue 70

#095D46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #095D46

Tints of Jewel #095D46

RGB

 RED value IS 9 (3.91% from 255) = 5.23%

 GREEN value IS 93 (36.72% from 255) = 54.07%

 BLUE value IS 70 (27.73% from 255) = 40.7%

R = 5.23%
G = 54.07%
B = 40.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#095D46 (or 0x095D46) is known color: Jewel. HEX triplet: 09, 5D and 46. RGB value is (9,93,70). Sum of RGB (Red+Green+Blue) = 9+93+70=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #095D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D46 is #F6A2B9. Grayscale: #414141. Windows color (decimal): -16163514 or 4611337. OLE color: 4611337.

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

Color convert

RGB 9 93 70 -
CMYK 0.90 0 0.25 0.64
HSL 163.57º 0.82% 0.2% -
HSV(B) 163.57º 0.9% 0.36% -
XYZ 5.13 8.33 7.13 -
YUV 65.26 130.67 87.87 -
System Red Green Blue C M Y K H S L
Decimal 9 93 70 0.90 0 0.25 0.64 163.57 0.82 0.2
Hex 9 5D 46 5A 0 19 40 A4 52 14
Octal 11 135 106 132 0 31 100 244 122 24
Binary 1001 1011101 1000110 1011010 0 11001 1000000 10100100 1010010 10100

Color Harmonies of #095D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D46

Black with #095D46

Text Example


Text Example

White with #095D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #095D46;
 }
 .AnyTagClassName
 {
   color: #095D46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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