Html Css Color HEX #095D41 Jewel

📋 copy color: '#095D41'

red 9 ◦ green 93 ◦ blue 65

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

Shades of Jewel #095D41

Tints of Jewel #095D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 55.69%

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

R = 5.39%
G = 55.69%
B = 38.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#095D41 (or 0x095D41) is known color: Jewel. HEX triplet: 09, 5D and 41. RGB value is (9,93,65). Sum of RGB (Red+Green+Blue) = 9+93+65=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #095D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D41 is #F6A2BE. Grayscale: #404040. Windows color (decimal): -16163519 or 4283657. OLE color: 4283657.

HSL color Cylindrical-coordinate representation of color #095D41: hue angle of 160º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D41 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 93 65 -
CMYK 0.90 0 0.30 0.64
HSL 160º 0.82% 0.2% -
HSV(B) 160º 0.9% 0.36% -
XYZ 4.98 8.27 6.33 -
YUV 64.69 128.17 88.28 -
System Red Green Blue C M Y K H S L
Decimal 9 93 65 0.90 0 0.30 0.64 160 0.82 0.2
Hex 9 5D 41 5A 0 1E 40 A0 52 14
Octal 11 135 101 132 0 36 100 240 122 24
Binary 1001 1011101 1000001 1011010 0 11110 1000000 10100000 1010010 10100

Color Harmonies of #095D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D41

Black with #095D41

Text Example


Text Example

White with #095D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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