Html Css Color HEX #176048 Jewel

📋 copy color: '#176048'

red 23 ◦ green 96 ◦ blue 72

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

Shades of Jewel #176048

Tints of Jewel #176048

RGB

 RED value IS 23 (9.38% from 255) = 12.04%

 GREEN value IS 96 (37.89% from 255) = 50.26%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 12.04%
G = 50.26%
B = 37.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#176048 (or 0x176048) is known color: Jewel. HEX triplet: 17, 60 and 48. RGB value is (23,96,72). Sum of RGB (Red+Green+Blue) = 23+96+72=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #176048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176048 is #E89FB7. Grayscale: #474747. Windows color (decimal): -15245240 or 4743191. OLE color: 4743191.

HSL color Cylindrical-coordinate representation of color #176048: hue angle of 160.27º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #176048 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 96 72 -
CMYK 0.76 0 0.25 0.62
HSL 160.27º 0.61% 0.23% -
HSV(B) 160.27º 0.76% 0.38% -
XYZ 5.71 9.02 7.57 -
YUV 71.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 23 96 72 0.76 0 0.25 0.62 160.27 0.61 0.23
Hex 17 60 48 4C 0 19 3E A0 3D 17
Octal 27 140 110 114 0 31 76 240 75 27
Binary 10111 1100000 1001000 1001100 0 11001 111110 10100000 111101 10111

Color Harmonies of #176048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176048

Black with #176048

Text Example


Text Example

White with #176048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176048; }

 p { color: rgb(23,96,72); }

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

background-color css

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

 a { background-color: rgb(23,96,72); }

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

border-color css

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

 span { border-color: rgb(23,96,72); }

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