Html Css Color HEX #095844 Jewel

📋 copy color: '#095844'

red 9 ◦ green 88 ◦ blue 68

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

Shades of Jewel #095844

Tints of Jewel #095844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.33%

 BLUE value IS 68 (26.95% from 255) = 41.21%

R = 5.45%
G = 53.33%
B = 41.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#095844 (or 0x095844) is known color: Jewel. HEX triplet: 09, 58 and 44. RGB value is (9,88,68). Sum of RGB (Red+Green+Blue) = 9+88+68=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #095844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095844 is #F6A7BB. Grayscale: #3E3E3E. Windows color (decimal): -16164796 or 4478985. OLE color: 4478985.

HSL color Cylindrical-coordinate representation of color #095844: hue angle of 164.81º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095844 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 88 68 -
CMYK 0.90 0 0.23 0.65
HSL 164.81º 0.81% 0.19% -
HSV(B) 164.81º 0.9% 0.35% -
XYZ 4.65 7.45 6.66 -
YUV 62.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 9 88 68 0.90 0 0.23 0.65 164.81 0.81 0.19
Hex 9 58 44 5A 0 17 41 A5 51 13
Octal 11 130 104 132 0 27 101 245 121 23
Binary 1001 1011000 1000100 1011010 0 10111 1000001 10100101 1010001 10011

Color Harmonies of #095844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095844

Black with #095844

Text Example


Text Example

White with #095844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095844; }

 p { color: rgb(9,88,68); }

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

background-color css

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

 a { background-color: rgb(9,88,68); }

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

border-color css

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

 span { border-color: rgb(9,88,68); }

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