Html Css Color HEX #18784B Salem

📋 copy color: '#18784B'

red 24 ◦ green 120 ◦ blue 75

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

Shades of Salem #18784B

Tints of Salem #18784B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 54.79%

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 10.96%
G = 54.79%
B = 34.25%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#18784B (or 0x18784B) is known color: Salem. HEX triplet: 18, 78 and 4B. RGB value is (24,120,75). Sum of RGB (Red+Green+Blue) = 24+120+75=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #18784B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18784B is #E787B4. Grayscale: #565656. Windows color (decimal): -15173557 or 4945944. OLE color: 4945944.

HSL color Cylindrical-coordinate representation of color #18784B: hue angle of 151.88º 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 #18784B is Cyan = 0.8, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 120 75 -
CMYK 0.8 0 0.37 0.53
HSL 151.88º 0.67% 0.28% -
HSV(B) 151.88º 0.8% 0.47% -
XYZ 8.36 14.14 8.94 -
YUV 86.17 121.7 83.66 -
System Red Green Blue C M Y K H S L
Decimal 24 120 75 0.8 0 0.37 0.53 151.88 0.67 0.28
Hex 18 78 4B 50 0 25 35 98 43 1C
Octal 30 170 113 120 0 45 65 230 103 34
Binary 11000 1111000 1001011 1010000 0 100101 110101 10011000 1000011 11100

Color Harmonies of #18784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18784B

Black with #18784B

Text Example


Text Example

White with #18784B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18784B; }

 p { color: rgb(24,120,75); }

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

background-color css

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

 a { background-color: rgb(24,120,75); }

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

border-color css

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

 span { border-color: rgb(24,120,75); }

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