Html Css Color HEX #095A41 Jewel

📋 copy color: '#095A41'

red 9 ◦ green 90 ◦ blue 65

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

Shades of Jewel #095A41

Tints of Jewel #095A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 54.88%

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

R = 5.49%
G = 54.88%
B = 39.63%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#095A41 (or 0x095A41) is known color: Jewel. HEX triplet: 09, 5A and 41. RGB value is (9,90,65). Sum of RGB (Red+Green+Blue) = 9+90+65=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #095A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A41 is #F6A5BE. Grayscale: #3E3E3E. Windows color (decimal): -16164287 or 4282889. OLE color: 4282889.

HSL color Cylindrical-coordinate representation of color #095A41: hue angle of 161.48º 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 #095A41 is Cyan = 0.9, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 65 -
CMYK 0.9 0 0.28 0.65
HSL 161.48º 0.82% 0.19% -
HSV(B) 161.48º 0.9% 0.35% -
XYZ 4.72 7.75 6.25 -
YUV 62.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 9 90 65 0.9 0 0.28 0.65 161.48 0.82 0.19
Hex 9 5A 41 5A 0 1C 41 A1 52 13
Octal 11 132 101 132 0 34 101 241 122 23
Binary 1001 1011010 1000001 1011010 0 11100 1000001 10100001 1010010 10011

Color Harmonies of #095A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A41

Black with #095A41

Text Example


Text Example

White with #095A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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