Html Css Color HEX #18794C Salem

📋 copy color: '#18794C'

red 24 ◦ green 121 ◦ blue 76

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

Shades of Salem #18794C

Tints of Salem #18794C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 54.75%

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 10.86%
G = 54.75%
B = 34.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#18794C (or 0x18794C) is known color: Salem. HEX triplet: 18, 79 and 4C. RGB value is (24,121,76). Sum of RGB (Red+Green+Blue) = 24+121+76=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #18794C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18794C is #E786B3. Grayscale: #565656. Windows color (decimal): -15173300 or 5011736. OLE color: 5011736.

HSL color Cylindrical-coordinate representation of color #18794C: hue angle of 152.16º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18794C is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 121 76 -
CMYK 0.80 0 0.37 0.53
HSL 152.16º 0.67% 0.28% -
HSV(B) 152.16º 0.8% 0.47% -
XYZ 8.52 14.39 9.17 -
YUV 86.87 121.86 83.16 -
System Red Green Blue C M Y K H S L
Decimal 24 121 76 0.80 0 0.37 0.53 152.16 0.67 0.28
Hex 18 79 4C 50 0 25 35 98 43 1C
Octal 30 171 114 120 0 45 65 230 103 34
Binary 11000 1111001 1001100 1010000 0 100101 110101 10011000 1000011 11100

Color Harmonies of #18794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18794C

Black with #18794C

Text Example


Text Example

White with #18794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18794C; }

 p { color: rgb(24,121,76); }

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

background-color css

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

 a { background-color: rgb(24,121,76); }

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

border-color css

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

 span { border-color: rgb(24,121,76); }

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