Html Css Color HEX #186A42 Jewel

📋 copy color: '#186A42'

red 24 ◦ green 106 ◦ blue 66

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

Shades of Jewel #186A42

Tints of Jewel #186A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 54.08%

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

R = 12.24%
G = 54.08%
B = 33.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#186A42 (or 0x186A42) is known color: Jewel. HEX triplet: 18, 6A and 42. RGB value is (24,106,66). Sum of RGB (Red+Green+Blue) = 24+106+66=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #186A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186A42 is #E795BD. Grayscale: #4D4D4D. Windows color (decimal): -15177150 or 4352536. OLE color: 4352536.

HSL color Cylindrical-coordinate representation of color #186A42: hue angle of 150.73º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A42 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 106 66 -
CMYK 0.77 0 0.38 0.58
HSL 150.73º 0.63% 0.25% -
HSV(B) 150.73º 0.77% 0.42% -
XYZ 6.51 10.9 6.91 -
YUV 76.92 121.83 90.25 -
System Red Green Blue C M Y K H S L
Decimal 24 106 66 0.77 0 0.38 0.58 150.73 0.63 0.25
Hex 18 6A 42 4D 0 26 3A 97 3F 19
Octal 30 152 102 115 0 46 72 227 77 31
Binary 11000 1101010 1000010 1001101 0 100110 111010 10010111 111111 11001

Color Harmonies of #186A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186A42

Black with #186A42

Text Example


Text Example

White with #186A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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