Html Css Color HEX #095943 Jewel

📋 copy color: '#095943'

red 9 ◦ green 89 ◦ blue 67

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

Shades of Jewel #095943

Tints of Jewel #095943

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.94%

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

R = 5.45%
G = 53.94%
B = 40.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#095943 (or 0x095943) is known color: Jewel. HEX triplet: 09, 59 and 43. RGB value is (9,89,67). Sum of RGB (Red+Green+Blue) = 9+89+67=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #095943 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095943 is #F6A6BC. Grayscale: #3E3E3E. Windows color (decimal): -16164541 or 4413705. OLE color: 4413705.

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

Color convert

RGB 9 89 67 -
CMYK 0.90 0 0.25 0.65
HSL 163.5º 0.82% 0.19% -
HSV(B) 163.5º 0.9% 0.35% -
XYZ 4.7 7.61 6.53 -
YUV 62.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 9 89 67 0.90 0 0.25 0.65 163.5 0.82 0.19
Hex 9 59 43 5A 0 19 41 A4 52 13
Octal 11 131 103 132 0 31 101 244 122 23
Binary 1001 1011001 1000011 1011010 0 11001 1000001 10100100 1010010 10011

Color Harmonies of #095943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095943

Black with #095943

Text Example


Text Example

White with #095943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095943; }

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

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

background-color css

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

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

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

border-color css

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

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

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