Html Css Color HEX #095E3E Jewel

📋 copy color: '#095E3E'

red 9 ◦ green 94 ◦ blue 62

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

Shades of Jewel #095E3E

Tints of Jewel #095E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 56.97%

 BLUE value IS 62 (24.61% from 255) = 37.58%

R = 5.45%
G = 56.97%
B = 37.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#095E3E (or 0x095E3E) is known color: Jewel. HEX triplet: 09, 5E and 3E. RGB value is (9,94,62). Sum of RGB (Red+Green+Blue) = 9+94+62=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 94 (37.11% from 255 or 56.97% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 94 - color contains mainly: green. Hex color #095E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095E3E is #F6A1C1. Grayscale: #404040. Windows color (decimal): -16163266 or 4087305. OLE color: 4087305.

HSL color Cylindrical-coordinate representation of color #095E3E: hue angle of 157.41º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095E3E is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 94 62 -
CMYK 0.90 0 0.34 0.63
HSL 157.41º 0.83% 0.2% -
HSV(B) 157.41º 0.9% 0.37% -
XYZ 4.98 8.41 5.92 -
YUV 64.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 9 94 62 0.90 0 0.34 0.63 157.41 0.83 0.2
Hex 9 5E 3E 5A 0 22 3F 9D 53 14
Octal 11 136 76 132 0 42 77 235 123 24
Binary 1001 1011110 111110 1011010 0 100010 111111 10011101 1010011 10100

Color Harmonies of #095E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E3E

Black with #095E3E

Text Example


Text Example

White with #095E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,94,62); }

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

background-color css

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

 a { background-color: rgb(9,94,62); }

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

border-color css

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

 span { border-color: rgb(9,94,62); }

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