Html Css Color HEX #095F3E Jewel

📋 copy color: '#095F3E'

red 9 ◦ green 95 ◦ blue 62

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

Shades of Jewel #095F3E

Tints of Jewel #095F3E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 57.23%

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

R = 5.42%
G = 57.23%
B = 37.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#095F3E (or 0x095F3E) is known color: Jewel. HEX triplet: 09, 5F and 3E. RGB value is (9,95,62). Sum of RGB (Red+Green+Blue) = 9+95+62=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #095F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F3E is #F6A0C1. Grayscale: #414141. Windows color (decimal): -16163010 or 4087561. OLE color: 4087561.

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

Color convert

RGB 9 95 62 -
CMYK 0.91 0 0.35 0.63
HSL 156.98º 0.83% 0.2% -
HSV(B) 156.98º 0.91% 0.37% -
XYZ 5.07 8.59 5.95 -
YUV 65.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 9 95 62 0.91 0 0.35 0.63 156.98 0.83 0.2
Hex 9 5F 3E 5B 0 23 3F 9D 53 14
Octal 11 137 76 133 0 43 77 235 123 24
Binary 1001 1011111 111110 1011011 0 100011 111111 10011101 1010011 10100

Color Harmonies of #095F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F3E

Black with #095F3E

Text Example


Text Example

White with #095F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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