Html Css Color HEX #095A3F Jewel

📋 copy color: '#095A3F'

red 9 ◦ green 90 ◦ blue 63

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

Shades of Jewel #095A3F

Tints of Jewel #095A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 38.89%

R = 5.56%
G = 55.56%
B = 38.89%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#095A3F (or 0x095A3F) is known color: Jewel. HEX triplet: 09, 5A and 3F. RGB value is (9,90,63). Sum of RGB (Red+Green+Blue) = 9+90+63=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #095A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A3F is #F6A5C0. Grayscale: #3E3E3E. Windows color (decimal): -16164289 or 4151817. OLE color: 4151817.

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

Color convert

RGB 9 90 63 -
CMYK 0.9 0 0.30 0.65
HSL 160º 0.82% 0.19% -
HSV(B) 160º 0.9% 0.35% -
XYZ 4.67 7.73 5.95 -
YUV 62.7 128.16 89.7 -
System Red Green Blue C M Y K H S L
Decimal 9 90 63 0.9 0 0.30 0.65 160 0.82 0.19
Hex 9 5A 3F 5A 0 1E 41 A0 52 13
Octal 11 132 77 132 0 36 101 240 122 23
Binary 1001 1011010 111111 1011010 0 11110 1000001 10100000 1010010 10011

Color Harmonies of #095A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A3F

Black with #095A3F

Text Example


Text Example

White with #095A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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