Html Css Color HEX #186049 Jewel

📋 copy color: '#186049'

red 24 ◦ green 96 ◦ blue 73

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

Shades of Jewel #186049

Tints of Jewel #186049

RGB

 RED value IS 24 (9.77% from 255) = 12.44%

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

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 12.44%
G = 49.74%
B = 37.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#186049 (or 0x186049) is known color: Jewel. HEX triplet: 18, 60 and 49. RGB value is (24,96,73). Sum of RGB (Red+Green+Blue) = 24+96+73=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #186049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186049 is #E79FB6. Grayscale: #474747. Windows color (decimal): -15179703 or 4808728. OLE color: 4808728.

HSL color Cylindrical-coordinate representation of color #186049: hue angle of 160.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186049 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 96 73 -
CMYK 0.75 0 0.24 0.62
HSL 160.83º 0.6% 0.24% -
HSV(B) 160.83º 0.75% 0.38% -
XYZ 5.76 9.04 7.74 -
YUV 71.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 24 96 73 0.75 0 0.24 0.62 160.83 0.6 0.24
Hex 18 60 49 4B 0 18 3E A1 3C 18
Octal 30 140 111 113 0 30 76 241 74 30
Binary 11000 1100000 1001001 1001011 0 11000 111110 10100001 111100 11000

Color Harmonies of #186049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186049

Black with #186049

Text Example


Text Example

White with #186049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186049; }

 p { color: rgb(24,96,73); }

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

background-color css

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

 a { background-color: rgb(24,96,73); }

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

border-color css

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

 span { border-color: rgb(24,96,73); }

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