Html Css Color HEX #095841 Jewel

📋 copy color: '#095841'

red 9 ◦ green 88 ◦ blue 65

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

Shades of Jewel #095841

Tints of Jewel #095841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.12%

R = 5.56%
G = 54.32%
B = 40.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#095841 (or 0x095841) is known color: Jewel. HEX triplet: 09, 58 and 41. RGB value is (9,88,65). Sum of RGB (Red+Green+Blue) = 9+88+65=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #095841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095841 is #F6A7BE. Grayscale: #3D3D3D. Windows color (decimal): -16164799 or 4282377. OLE color: 4282377.

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

Color convert

RGB 9 88 65 -
CMYK 0.90 0 0.26 0.65
HSL 162.53º 0.81% 0.19% -
HSV(B) 162.53º 0.9% 0.35% -
XYZ 4.56 7.42 6.19 -
YUV 61.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 9 88 65 0.90 0 0.26 0.65 162.53 0.81 0.19
Hex 9 58 41 5A 0 1A 41 A3 51 13
Octal 11 130 101 132 0 32 101 243 121 23
Binary 1001 1011000 1000001 1011010 0 11010 1000001 10100011 1010001 10011

Color Harmonies of #095841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095841

Black with #095841

Text Example


Text Example

White with #095841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095841; }

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

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

background-color css

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

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

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

border-color css

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

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

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