Html Css Color HEX #186842 Jewel

📋 copy color: '#186842'

red 24 ◦ green 104 ◦ blue 66

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

Shades of Jewel #186842

Tints of Jewel #186842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.61%

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

R = 12.37%
G = 53.61%
B = 34.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#186842 (or 0x186842) is known color: Jewel. HEX triplet: 18, 68 and 42. RGB value is (24,104,66). Sum of RGB (Red+Green+Blue) = 24+104+66=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #186842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186842 is #E797BD. Grayscale: #4B4B4B. Windows color (decimal): -15177662 or 4352024. OLE color: 4352024.

HSL color Cylindrical-coordinate representation of color #186842: hue angle of 151.5º degrees, saturation: 0.62, 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 #186842 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 104 66 -
CMYK 0.77 0 0.37 0.59
HSL 151.5º 0.63% 0.25% -
HSV(B) 151.5º 0.77% 0.41% -
XYZ 6.31 10.49 6.85 -
YUV 75.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 24 104 66 0.77 0 0.37 0.59 151.5 0.63 0.25
Hex 18 68 42 4D 0 25 3B 98 3E 19
Octal 30 150 102 115 0 45 73 230 76 31
Binary 11000 1101000 1000010 1001101 0 100101 111011 10011000 111110 11001

Color Harmonies of #186842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186842

Black with #186842

Text Example


Text Example

White with #186842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186842; }

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

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

background-color css

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

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

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

border-color css

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

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

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