Html Css Color HEX #186949 Jewel

📋 copy color: '#186949'

red 24 ◦ green 105 ◦ blue 73

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

Shades of Jewel #186949

Tints of Jewel #186949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.98%

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

R = 11.88%
G = 51.98%
B = 36.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#186949 (or 0x186949) is known color: Jewel. HEX triplet: 18, 69 and 49. RGB value is (24,105,73). Sum of RGB (Red+Green+Blue) = 24+105+73=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #186949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186949 is #E796B6. Grayscale: #4D4D4D. Windows color (decimal): -15177399 or 4811032. OLE color: 4811032.

HSL color Cylindrical-coordinate representation of color #186949: hue angle of 156.3º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186949 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 105 73 -
CMYK 0.77 0 0.30 0.59
HSL 156.3º 0.63% 0.25% -
HSV(B) 156.3º 0.77% 0.41% -
XYZ 6.63 10.78 8.03 -
YUV 77.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 24 105 73 0.77 0 0.30 0.59 156.3 0.63 0.25
Hex 18 69 49 4D 0 1E 3B 9C 3F 19
Octal 30 151 111 115 0 36 73 234 77 31
Binary 11000 1101001 1001001 1001101 0 11110 111011 10011100 111111 11001

Color Harmonies of #186949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186949

Black with #186949

Text Example


Text Example

White with #186949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186949; }

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

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

background-color css

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

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

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

border-color css

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

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

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