Html Css Color HEX #095941 Jewel

📋 copy color: '#095941'

red 9 ◦ green 89 ◦ blue 65

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

Shades of Jewel #095941

Tints of Jewel #095941

RGB

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

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

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

R = 5.52%
G = 54.6%
B = 39.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#095941 (or 0x095941) is known color: Jewel. HEX triplet: 09, 59 and 41. RGB value is (9,89,65). Sum of RGB (Red+Green+Blue) = 9+89+65=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #095941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095941 is #F6A6BE. Grayscale: #3E3E3E. Windows color (decimal): -16164543 or 4282633. OLE color: 4282633.

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

Color convert

RGB 9 89 65 -
CMYK 0.90 0 0.27 0.65
HSL 162º 0.82% 0.19% -
HSV(B) 162º 0.9% 0.35% -
XYZ 4.64 7.58 6.22 -
YUV 62.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 9 89 65 0.90 0 0.27 0.65 162 0.82 0.19
Hex 9 59 41 5A 0 1B 41 A2 52 13
Octal 11 131 101 132 0 33 101 242 122 23
Binary 1001 1011001 1000001 1011010 0 11011 1000001 10100010 1010010 10011

Color Harmonies of #095941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095941

Black with #095941

Text Example


Text Example

White with #095941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095941; }

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

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

background-color css

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

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

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

border-color css

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

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

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