Html Css Color HEX #095843 Jewel

📋 copy color: '#095843'

red 9 ◦ green 88 ◦ blue 67

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

Shades of Jewel #095843

Tints of Jewel #095843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 40.85%

R = 5.49%
G = 53.66%
B = 40.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#095843 (or 0x095843) is known color: Jewel. HEX triplet: 09, 58 and 43. RGB value is (9,88,67). Sum of RGB (Red+Green+Blue) = 9+88+67=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #095843 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095843 is #F6A7BC. Grayscale: #3D3D3D. Windows color (decimal): -16164797 or 4413449. OLE color: 4413449.

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

Color convert

RGB 9 88 67 -
CMYK 0.90 0 0.24 0.65
HSL 164.05º 0.81% 0.19% -
HSV(B) 164.05º 0.9% 0.35% -
XYZ 4.62 7.44 6.5 -
YUV 61.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 9 88 67 0.90 0 0.24 0.65 164.05 0.81 0.19
Hex 9 58 43 5A 0 18 41 A4 51 13
Octal 11 130 103 132 0 30 101 244 121 23
Binary 1001 1011000 1000011 1011010 0 11000 1000001 10100100 1010001 10011

Color Harmonies of #095843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095843

Black with #095843

Text Example


Text Example

White with #095843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095843; }

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

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

background-color css

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

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

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

border-color css

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

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

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