Html Css Color HEX #095840 Jewel

📋 copy color: '#095840'

red 9 ◦ green 88 ◦ blue 64

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

Shades of Jewel #095840

Tints of Jewel #095840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.75%

R = 5.59%
G = 54.66%
B = 39.75%

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

#095840 (or 0x095840) is known color: Jewel. HEX triplet: 09, 58 and 40. RGB value is (9,88,64). Sum of RGB (Red+Green+Blue) = 9+88+64=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #095840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095840 is #F6A7BF. Grayscale: #3D3D3D. Windows color (decimal): -16164800 or 4216841. OLE color: 4216841.

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

Color convert

RGB 9 88 64 -
CMYK 0.90 0 0.27 0.65
HSL 161.77º 0.81% 0.19% -
HSV(B) 161.77º 0.9% 0.35% -
XYZ 4.53 7.41 6.04 -
YUV 61.64 129.33 90.45 -
System Red Green Blue C M Y K H S L
Decimal 9 88 64 0.90 0 0.27 0.65 161.77 0.81 0.19
Hex 9 58 40 5A 0 1B 41 A2 51 13
Octal 11 130 100 132 0 33 101 242 121 23
Binary 1001 1011000 1000000 1011010 0 11011 1000001 10100010 1010001 10011

Color Harmonies of #095840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095840

Black with #095840

Text Example


Text Example

White with #095840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095840; }

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

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

background-color css

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

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

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

border-color css

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

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

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