Html Css Color HEX #18684A Jewel

📋 copy color: '#18684A'

red 24 ◦ green 104 ◦ blue 74

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

Shades of Jewel #18684A

Tints of Jewel #18684A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.63%

R = 11.88%
G = 51.49%
B = 36.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#18684A (or 0x18684A) is known color: Jewel. HEX triplet: 18, 68 and 4A. RGB value is (24,104,74). Sum of RGB (Red+Green+Blue) = 24+104+74=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #18684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18684A is #E797B5. Grayscale: #4C4C4C. Windows color (decimal): -15177654 or 4876312. OLE color: 4876312.

HSL color Cylindrical-coordinate representation of color #18684A: hue angle of 157.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 #18684A is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 104 74 -
CMYK 0.77 0 0.29 0.59
HSL 157.5º 0.63% 0.25% -
HSV(B) 157.5º 0.77% 0.41% -
XYZ 6.56 10.59 8.18 -
YUV 76.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 24 104 74 0.77 0 0.29 0.59 157.5 0.63 0.25
Hex 18 68 4A 4D 0 1D 3B 9E 3E 19
Octal 30 150 112 115 0 35 73 236 76 31
Binary 11000 1101000 1001010 1001101 0 11101 111011 10011110 111110 11001

Color Harmonies of #18684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18684A

Black with #18684A

Text Example


Text Example

White with #18684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18684A; }

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

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

background-color css

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

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

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

border-color css

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

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

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