Html Css Color HEX #186642 Jewel

📋 copy color: '#186642'

red 24 ◦ green 102 ◦ blue 66

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

Shades of Jewel #186642

Tints of Jewel #186642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.38%

R = 12.5%
G = 53.13%
B = 34.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#186642 (or 0x186642) is known color: Jewel. HEX triplet: 18, 66 and 42. RGB value is (24,102,66). Sum of RGB (Red+Green+Blue) = 24+102+66=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #186642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186642 is #E799BD. Grayscale: #4A4A4A. Windows color (decimal): -15178174 or 4351512. OLE color: 4351512.

HSL color Cylindrical-coordinate representation of color #186642: hue angle of 152.31º 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 #186642 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 24 102 66 -
CMYK 0.76 0 0.35 0.6
HSL 152.31º 0.62% 0.25% -
HSV(B) 152.31º 0.76% 0.4% -
XYZ 6.11 10.09 6.78 -
YUV 74.57 123.16 91.93 -
System Red Green Blue C M Y K H S L
Decimal 24 102 66 0.76 0 0.35 0.6 152.31 0.62 0.25
Hex 18 66 42 4C 0 23 3C 98 3E 19
Octal 30 146 102 114 0 43 74 230 76 31
Binary 11000 1100110 1000010 1001100 0 100011 111100 10011000 111110 11001

Color Harmonies of #186642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186642

Black with #186642

Text Example


Text Example

White with #186642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186642; }

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

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

background-color css

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

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

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

border-color css

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

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

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