Html Css Color HEX #095C42 Jewel

📋 copy color: '#095C42'

red 9 ◦ green 92 ◦ blue 66

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

Shades of Jewel #095C42

Tints of Jewel #095C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.52%

R = 5.39%
G = 55.09%
B = 39.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.64

RGB Variations

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

Color information

#095C42 (or 0x095C42) is known color: Jewel. HEX triplet: 09, 5C and 42. RGB value is (9,92,66). Sum of RGB (Red+Green+Blue) = 9+92+66=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #095C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C42 is #F6A3BD. Grayscale: #404040. Windows color (decimal): -16163774 or 4348937. OLE color: 4348937.

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

Color convert

RGB 9 92 66 -
CMYK 0.90 0 0.28 0.64
HSL 161.2º 0.82% 0.2% -
HSV(B) 161.2º 0.9% 0.36% -
XYZ 4.92 8.11 6.46 -
YUV 64.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 9 92 66 0.90 0 0.28 0.64 161.2 0.82 0.2
Hex 9 5C 42 5A 0 1C 40 A1 52 14
Octal 11 134 102 132 0 34 100 241 122 24
Binary 1001 1011100 1000010 1011010 0 11100 1000000 10100001 1010010 10100

Color Harmonies of #095C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C42

Black with #095C42

Text Example


Text Example

White with #095C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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