Html Css Color HEX #095B43 Jewel

📋 copy color: '#095B43'

red 9 ◦ green 91 ◦ blue 67

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

Shades of Jewel #095B43

Tints of Jewel #095B43

RGB

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

 GREEN value IS 91 (35.94% from 255) = 54.49%

 BLUE value IS 67 (26.56% from 255) = 40.12%

R = 5.39%
G = 54.49%
B = 40.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#095B43 (or 0x095B43) is known color: Jewel. HEX triplet: 09, 5B and 43. RGB value is (9,91,67). Sum of RGB (Red+Green+Blue) = 9+91+67=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 91 (35.94% from 255 or 54.49% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 91 - color contains mainly: green. Hex color #095B43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095B43 is #F6A4BC. Grayscale: #3F3F3F. Windows color (decimal): -16164029 or 4414217. OLE color: 4414217.

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

Color convert

RGB 9 91 67 -
CMYK 0.90 0 0.26 0.64
HSL 162.44º 0.82% 0.2% -
HSV(B) 162.44º 0.9% 0.36% -
XYZ 4.87 7.95 6.59 -
YUV 63.75 129.83 88.95 -
System Red Green Blue C M Y K H S L
Decimal 9 91 67 0.90 0 0.26 0.64 162.44 0.82 0.2
Hex 9 5B 43 5A 0 1A 40 A2 52 14
Octal 11 133 103 132 0 32 100 242 122 24
Binary 1001 1011011 1000011 1011010 0 11010 1000000 10100010 1010010 10100

Color Harmonies of #095B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B43

Black with #095B43

Text Example


Text Example

White with #095B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,91,67); }

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

background-color css

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

 a { background-color: rgb(9,91,67); }

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

border-color css

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

 span { border-color: rgb(9,91,67); }

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