Html Css Color HEX #186649 Jewel

📋 copy color: '#186649'

red 24 ◦ green 102 ◦ blue 73

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

Shades of Jewel #186649

Tints of Jewel #186649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51.26%

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

R = 12.06%
G = 51.26%
B = 36.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#186649 (or 0x186649) is known color: Jewel. HEX triplet: 18, 66 and 49. RGB value is (24,102,73). Sum of RGB (Red+Green+Blue) = 24+102+73=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #186649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186649 is #E799B6. Grayscale: #4B4B4B. Windows color (decimal): -15178167 or 4810264. OLE color: 4810264.

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

Color convert

RGB 24 102 73 -
CMYK 0.76 0 0.28 0.6
HSL 157.69º 0.62% 0.25% -
HSV(B) 157.69º 0.76% 0.4% -
XYZ 6.33 10.18 7.93 -
YUV 75.37 126.66 91.36 -
System Red Green Blue C M Y K H S L
Decimal 24 102 73 0.76 0 0.28 0.6 157.69 0.62 0.25
Hex 18 66 49 4C 0 1C 3C 9E 3E 19
Octal 30 146 111 114 0 34 74 236 76 31
Binary 11000 1100110 1001001 1001100 0 11100 111100 10011110 111110 11001

Color Harmonies of #186649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186649

Black with #186649

Text Example


Text Example

White with #186649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186649; }

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

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

background-color css

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

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

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

border-color css

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

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

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