Html Css Color HEX #095C3F Jewel

📋 copy color: '#095C3F'

red 9 ◦ green 92 ◦ blue 63

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

Shades of Jewel #095C3F

Tints of Jewel #095C3F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 56.1%

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

R = 5.49%
G = 56.1%
B = 38.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#095C3F (or 0x095C3F) is known color: Jewel. HEX triplet: 09, 5C and 3F. RGB value is (9,92,63). Sum of RGB (Red+Green+Blue) = 9+92+63=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #095C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C3F is #F6A3C0. Grayscale: #3F3F3F. Windows color (decimal): -16163777 or 4152329. OLE color: 4152329.

HSL color Cylindrical-coordinate representation of color #095C3F: hue angle of 159.04º 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 #095C3F is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 92 63 -
CMYK 0.90 0 0.32 0.64
HSL 159.04º 0.82% 0.2% -
HSV(B) 159.04º 0.9% 0.36% -
XYZ 4.84 8.07 6.01 -
YUV 63.88 127.5 88.86 -
System Red Green Blue C M Y K H S L
Decimal 9 92 63 0.90 0 0.32 0.64 159.04 0.82 0.2
Hex 9 5C 3F 5A 0 20 40 9F 52 14
Octal 11 134 77 132 0 40 100 237 122 24
Binary 1001 1011100 111111 1011010 0 100000 1000000 10011111 1010010 10100

Color Harmonies of #095C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C3F

Black with #095C3F

Text Example


Text Example

White with #095C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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